diff options
Diffstat (limited to 'csit/tests/data')
-rw-r--r-- | csit/tests/data/create.group.request.json | 37 | ||||
-rw-r--r-- | csit/tests/data/deploy.group.request.json | 19 |
2 files changed, 0 insertions, 56 deletions
diff --git a/csit/tests/data/create.group.request.json b/csit/tests/data/create.group.request.json deleted file mode 100644 index 1b63563f..00000000 --- a/csit/tests/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": [] - } - ] - } - ] -} diff --git a/csit/tests/data/deploy.group.request.json b/csit/tests/data/deploy.group.request.json deleted file mode 100644 index 7f3694de..00000000 --- a/csit/tests/data/deploy.group.request.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "groups": [ - { - "name": "create.group.request", - "deploymentSubgroups": [ - { - "pdpType": "pdpTypeA", - "action": "POST", - "policies": [ - { - "name": "onap.restart.tca", - "version": "1.0.0" - } - ] - } - ] - } - ] -} |