From 25721ec832121ddb27f00e76f2673ac1089f3e20 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Mon, 9 Dec 2019 09:56:39 -0500 Subject: Update CSITs for policy delta API Issue-ID: POLICY-2284 Signed-off-by: Jim Hahn Change-Id: I85c613cd6f26dbccbca2ffc6173f4955ab890ce2 --- tests/policy/pap/data/deploy.group.request.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tests/policy/pap/data/deploy.group.request.json (limited to 'tests/policy/pap/data/deploy.group.request.json') 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" + } + ] + } + ] + } + ] +} -- cgit 1.2.3-korg