aboutsummaryrefslogtreecommitdiffstats
path: root/tests/policy/pap/data/deploy.group.request.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/policy/pap/data/deploy.group.request.json')
-rw-r--r--tests/policy/pap/data/deploy.group.request.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/policy/pap/data/deploy.group.request.json b/tests/policy/pap/data/deploy.group.request.json
new file mode 100644
index 00000000..7f3694de
--- /dev/null
+++ b/tests/policy/pap/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"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}