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