Add some test cases for VF-C to CSIT
[integration/csit.git] / tests / vfc / nfvo-lcm / jsoninput / heal_ns.json
diff --git a/tests/vfc/nfvo-lcm/jsoninput/heal_ns.json b/tests/vfc/nfvo-lcm/jsoninput/heal_ns.json
new file mode 100644 (file)
index 0000000..f3f669a
--- /dev/null
@@ -0,0 +1,22 @@
+{
+  "healVnfData": {
+    "vnfInstanceId": "123",
+    "cause": "new",
+    "additionalParams": {
+      "action": "add",
+      "actionvminfo": {
+        "vmid": "123",
+        "vduid": "1",
+        "vmname": "wm123"
+      }
+    }
+  },
+  "healNsData": {
+    "degreeHealing": "HEAL_RESTORE",
+    "actionsHealing": [
+      "One action"
+    ],
+    "healScript": "script of NS heal",
+    "additionalParamsforNs": "Addition params of NS heal"
+  }
+}
\ No newline at end of file