policy csit moved to policy repo
[integration/csit.git] / tests / policy / pap / data / create.group.request.json
diff --git a/tests/policy/pap/data/create.group.request.json b/tests/policy/pap/data/create.group.request.json
deleted file mode 100644 (file)
index 1b63563..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-{
-    "groups": [
-        {
-            "name": "create.group.request",
-            "pdpGroupState": "PASSIVE",
-            "properties": {
-                "hello": "world"
-            },
-            "pdpSubgroups": [
-                {
-                    "pdpType": "pdpTypeA",
-                    "desiredInstanceCount": 2,
-                    "properties": {},
-                    "supportedPolicyTypes": [
-                        {
-                            "name": "onap.policies.monitoring.tcagen2",
-                            "version": "1.0.0"
-                        }
-                    ],
-                    "policies": []
-                },
-                {
-                    "pdpType": "pdpTypeB",
-                    "desiredInstanceCount": 1,
-                    "properties": {},
-                    "supportedPolicyTypes": [
-                        {
-                            "name": "onap.policies.monitoring.tcagen2",
-                            "version": "1.0.0"
-                        }
-                    ],
-                    "policies": []
-                }
-            ]
-        }
-    ]
-}