aboutsummaryrefslogtreecommitdiffstats
path: root/tests/policy/pap/data/deploy.group.request.json
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2019-12-09 09:56:39 -0500
committerJim Hahn <jrh3@att.com>2019-12-10 12:24:10 -0500
commit25721ec832121ddb27f00e76f2673ac1089f3e20 (patch)
treecd6355032bec6e84833ad6dc1c9283f8a3fbd84c /tests/policy/pap/data/deploy.group.request.json
parent00c2b7e3b22215555d640d7fba959a1390512abb (diff)
Update CSITs for policy delta API
Issue-ID: POLICY-2284 Signed-off-by: Jim Hahn <jrh3@att.com> Change-Id: I85c613cd6f26dbccbca2ffc6173f4955ab890ce2
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"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}