aboutsummaryrefslogtreecommitdiffstats
path: root/csit/tests/data/deploy.xacml.policies.json
diff options
context:
space:
mode:
Diffstat (limited to 'csit/tests/data/deploy.xacml.policies.json')
-rw-r--r--csit/tests/data/deploy.xacml.policies.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/csit/tests/data/deploy.xacml.policies.json b/csit/tests/data/deploy.xacml.policies.json
new file mode 100644
index 000000000..46da90217
--- /dev/null
+++ b/csit/tests/data/deploy.xacml.policies.json
@@ -0,0 +1,27 @@
+{
+ "groups": [
+ {
+ "name": "defaultGroup",
+ "deploymentSubgroups": [
+ {
+ "pdpType": "xacml",
+ "action": "POST",
+ "policies": [
+ {
+ "name": "onap.restart.tca",
+ "version": "1.0.0"
+ },
+ {
+ "name": "onap.scaleout.tca",
+ "version": "1.0.0"
+ },
+ {
+ "name": "onap.vfirewall.tca",
+ "version": "1.0.0"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}