diff options
author | 2021-05-13 13:10:39 +0000 | |
---|---|---|
committer | 2021-05-13 13:10:39 +0000 | |
commit | 3f072046056eb8a9ba0bdbc340be1ddfce45059e (patch) | |
tree | 386b2811118094bba3ceed355e6f4122f8e80a22 /csit/drools-applications/tests/data/deploy.xacml.policies.json | |
parent | f1b994e85dd1075db23a4a23c7b2a3e88ac123c5 (diff) | |
parent | b3a962f585a8cb22d4bfbe56c3189a1f66f4736f (diff) |
Merge "Move remaining CSITs from to docker/csit"
Diffstat (limited to 'csit/drools-applications/tests/data/deploy.xacml.policies.json')
-rw-r--r-- | csit/drools-applications/tests/data/deploy.xacml.policies.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/csit/drools-applications/tests/data/deploy.xacml.policies.json b/csit/drools-applications/tests/data/deploy.xacml.policies.json new file mode 100644 index 00000000..46da9021 --- /dev/null +++ b/csit/drools-applications/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" + } + ] + } + ] + } + ] +} |