aboutsummaryrefslogtreecommitdiffstats
path: root/helm/tests/data/deploy.group.request.json
diff options
context:
space:
mode:
Diffstat (limited to 'helm/tests/data/deploy.group.request.json')
-rw-r--r--helm/tests/data/deploy.group.request.json29
1 files changed, 0 insertions, 29 deletions
diff --git a/helm/tests/data/deploy.group.request.json b/helm/tests/data/deploy.group.request.json
deleted file mode 100644
index cfd86d1e..00000000
--- a/helm/tests/data/deploy.group.request.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "groups": [
- {
- "name": "testGroup",
- "deploymentSubgroups": [
- {
- "pdpType": "pdpTypeA",
- "action": "POST",
- "policies": [
- {
- "name": "onap.restart.tca",
- "version": "1.0.0"
- }
- ]
- },
- {
- "pdpType": "pdpTypeC",
- "action": "POST",
- "policies": [
- {
- "name": "operational.apex.decisionMaker",
- "version": "1.0.0"
- }
- ]
- }
- ]
- }
- ]
-}