aboutsummaryrefslogtreecommitdiffstats
path: root/csit/resources/tests/data/deploy.group.request.json
diff options
context:
space:
mode:
Diffstat (limited to 'csit/resources/tests/data/deploy.group.request.json')
-rw-r--r--csit/resources/tests/data/deploy.group.request.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/csit/resources/tests/data/deploy.group.request.json b/csit/resources/tests/data/deploy.group.request.json
new file mode 100644
index 00000000..cfd86d1e
--- /dev/null
+++ b/csit/resources/tests/data/deploy.group.request.json
@@ -0,0 +1,29 @@
+{
+ "groups": [
+ {
+ "name": "testGroup",
+ "deploymentSubgroups": [
+ {
+ "pdpType": "pdpTypeA",
+ "action": "POST",
+ "policies": [
+ {
+ "name": "onap.restart.tca",
+ "version": "1.0.0"
+ }
+ ]
+ },
+ {
+ "pdpType": "pdpTypeC",
+ "action": "POST",
+ "policies": [
+ {
+ "name": "operational.apex.decisionMaker",
+ "version": "1.0.0"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}