New Test Development
[policy/docker.git] / helm / tests / data / deploy.group.request.json
diff --git a/helm/tests/data/deploy.group.request.json b/helm/tests/data/deploy.group.request.json
deleted file mode 100644 (file)
index cfd86d1..0000000
+++ /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"
-                        }
-                    ]
-                }
-            ]
-        }
-    ]
-}