From 52b0dc4809e968c026fe929df64f4abc5fa87780 Mon Sep 17 00:00:00 2001 From: Taka Cho Date: Fri, 5 Feb 2021 10:00:39 -0500 Subject: 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 --- csit/tests/data/create.group.request.json | 37 +++++++++++++++++++++++++++++++ csit/tests/data/deploy.group.request.json | 19 ++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 csit/tests/data/create.group.request.json create mode 100644 csit/tests/data/deploy.group.request.json (limited to 'csit/tests/data') 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": [] + } + ] + } + ] +} diff --git a/csit/tests/data/deploy.group.request.json b/csit/tests/data/deploy.group.request.json new file mode 100644 index 00000000..7f3694de --- /dev/null +++ b/csit/tests/data/deploy.group.request.json @@ -0,0 +1,19 @@ +{ + "groups": [ + { + "name": "create.group.request", + "deploymentSubgroups": [ + { + "pdpType": "pdpTypeA", + "action": "POST", + "policies": [ + { + "name": "onap.restart.tca", + "version": "1.0.0" + } + ] + } + ] + } + ] +} -- cgit 1.2.3-korg