diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-05-13 15:34:57 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-05-13 15:35:06 -0400 |
commit | c7bf8c313d5e17f78bfbbcbccd1c6d13bd4caf16 (patch) | |
tree | 2ba9bb5f1fa57be30d3041d737433bb17759dd77 /csit/tests/data/deploy.xacml.policies.json | |
parent | d9716d4fd3f3c5babd22307883a1620e9a65b68e (diff) |
Remove csit folder from policy/drools-apps
The csit test files for all repos have been consolidated in policy/docker to maintain them at single place and allow us to trigger verify jobs in gerrit reviews.
Issue-ID: POLICY-3257
Change-Id: I98e34906398d9e6fc239a319aea9a2ef72042890
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
Diffstat (limited to 'csit/tests/data/deploy.xacml.policies.json')
-rw-r--r-- | csit/tests/data/deploy.xacml.policies.json | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/csit/tests/data/deploy.xacml.policies.json b/csit/tests/data/deploy.xacml.policies.json deleted file mode 100644 index 46da90217..000000000 --- a/csit/tests/data/deploy.xacml.policies.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "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" - } - ] - } - ] - } - ] -} |