From 179d6fc0411bdf3d7a3dd64e65ba151797939d22 Mon Sep 17 00:00:00 2001 From: zhaoliping123 Date: Tue, 15 Oct 2019 15:20:08 +0800 Subject: Add some test cases for VF-C to CSIT Issue-ID: VFC-1534 Change-Id: Ie98a32cfadbde57bf35d3de52e5d222a251aaebe Signed-off-by: zhaoliping123 --- tests/vfc/nfvo-lcm/jsoninput/heal_ns_instance.json | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 tests/vfc/nfvo-lcm/jsoninput/heal_ns_instance.json (limited to 'tests/vfc/nfvo-lcm/jsoninput/heal_ns_instance.json') diff --git a/tests/vfc/nfvo-lcm/jsoninput/heal_ns_instance.json b/tests/vfc/nfvo-lcm/jsoninput/heal_ns_instance.json new file mode 100644 index 00000000..d15d7373 --- /dev/null +++ b/tests/vfc/nfvo-lcm/jsoninput/heal_ns_instance.json @@ -0,0 +1,42 @@ +{ + "healVnfData": [ + { + "vnfInstanceId": "vnf123", + "cause": "string", + "additionalParams": { + "additionalProp1": { + "action": "action1", + "actionvminfo": { + "vmid": "vm123", + "vduid": "vdu123", + "vmname": "vmname1" + } + }, + "additionalProp2": { + "action": "action2", + "actionvminfo": { + "vmid": "vm456", + "vduid": "vdu456", + "vmname": "vmname456" + } + }, + "additionalProp3": { + "action": "action3", + "actionvminfo": { + "vmid": "vm789", + "vduid": "vdu789", + "vmname": "vmname789" + } + } + } + } + ], + "healNsData": { + "degreeHealing": "HEAL_RESTORE", + "actionsHealing": [ + "action for healing" + ], + "healScript": "script2", + "additionalParamsforNs": "additional info" + } +} \ No newline at end of file -- cgit 1.2.3-korg