aboutsummaryrefslogtreecommitdiffstats
path: root/tests/policy/pap/data/deploy.group.request.json
diff options
context:
space:
mode:
authorDaniel Rose <dr695h@att.com>2019-12-11 14:47:37 +0000
committerGerrit Code Review <gerrit@onap.org>2019-12-11 14:47:37 +0000
commitf88e6d68f5a78f40d6f1c680d29f493d5e88fdfc (patch)
tree7f195bddc550b2e5cb136298036b03695239b657 /tests/policy/pap/data/deploy.group.request.json
parent43296a0bbe7b1b3fec1c638fc534749de073709d (diff)
parent25721ec832121ddb27f00e76f2673ac1089f3e20 (diff)
Merge "Update CSITs for policy delta API"
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"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}