diff options
author | Taka Cho <takamune.cho@att.com> | 2021-02-05 10:00:39 -0500 |
---|---|---|
committer | Taka Cho <takamune.cho@att.com> | 2021-02-05 10:03:27 -0500 |
commit | 52b0dc4809e968c026fe929df64f4abc5fa87780 (patch) | |
tree | 35cddfb724af594a32c4c4dab4addd6f64d44104 /csit/tests/data/create.group.request.json | |
parent | 4e5bcfe2a7aeccebcea55c0146a38a931567ea75 (diff) |
move pap csit to policy repo
move pap csit plans/tests
to policy/pap repo
Issue-ID: POLICY-2895
Change-Id: I5a64f96d609f4aa39933ef0ca387fbd8dd5b468b
Signed-off-by: Taka Cho <takamune.cho@att.com>
Diffstat (limited to 'csit/tests/data/create.group.request.json')
-rw-r--r-- | csit/tests/data/create.group.request.json | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/csit/tests/data/create.group.request.json b/csit/tests/data/create.group.request.json new file mode 100644 index 00000000..1b63563f --- /dev/null +++ b/csit/tests/data/create.group.request.json @@ -0,0 +1,37 @@ +{ + "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": [] + } + ] + } + ] +} |