move heal test json from code to indepandent file
[vfc/nfvo/lcm.git] / lcm / ns / tests / data / heal_vnf.json
index 89d116f..3685c80 100644 (file)
@@ -1,14 +1,14 @@
 {
-    "healVnfData": [{
+    "healVnfData": {
         "vnfInstanceId": "default",
         "cause": "vm is down",
         "additionalParams": {
-                    "action": "restartvm",
-                    "actionvminfo": {
-                        "vmid": "33",
+            "action": "restartvm",
+            "actionvminfo": {
+                "vmid": "33",
                         "vduid": "",
                         "vmname": "xgw-smp11"
-                    }
-                    }
-    }]
+            }
+        }
+    }
 }