summaryrefslogtreecommitdiffstats
path: root/csit/tests/data
diff options
context:
space:
mode:
authorTaka Cho <takamune.cho@att.com>2021-02-05 10:00:39 -0500
committerTaka Cho <takamune.cho@att.com>2021-02-05 10:03:27 -0500
commit52b0dc4809e968c026fe929df64f4abc5fa87780 (patch)
tree35cddfb724af594a32c4c4dab4addd6f64d44104 /csit/tests/data
parent4e5bcfe2a7aeccebcea55c0146a38a931567ea75 (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')
-rw-r--r--csit/tests/data/create.group.request.json37
-rw-r--r--csit/tests/data/deploy.group.request.json19
2 files changed, 56 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": []
+ }
+ ]
+ }
+ ]
+}
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"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}