summaryrefslogtreecommitdiffstats
path: root/csit/tests/data/deploy.xacml.policies.json
diff options
context:
space:
mode:
authorTaka Cho <takamune.cho@att.com>2021-03-08 14:45:58 -0500
committerTaka Cho <takamune.cho@att.com>2021-03-08 14:47:52 -0500
commit5bda7971bcb557cafb0359fff60cbe2b7af44095 (patch)
tree10718f75af72ce4d90cb85948bd5167ec8138878 /csit/tests/data/deploy.xacml.policies.json
parent99ce423a2c10815b74be71f8fb8e9488badf6578 (diff)
move test data json files to drools-apps
refactor robot file and move testdata json from under csit/tests/data Issue-ID: POLICY-2895 Change-Id: Id6bac948963349af644afe77d5ed7adcf7687095 Signed-off-by: Taka Cho <takamune.cho@att.com>
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"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}