aboutsummaryrefslogtreecommitdiffstats
path: root/tests/policy/pap/data/create.group.request.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/policy/pap/data/create.group.request.json')
-rw-r--r--tests/policy/pap/data/create.group.request.json37
1 files changed, 0 insertions, 37 deletions
diff --git a/tests/policy/pap/data/create.group.request.json b/tests/policy/pap/data/create.group.request.json
deleted file mode 100644
index 1b63563f..00000000
--- a/tests/policy/pap/data/create.group.request.json
+++ /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": []
- }
- ]
- }
- ]
-}