aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vfc/nfvo-lcm/jsoninput/heal_ns_instance.json
diff options
context:
space:
mode:
authorzhaoliping123 <zhaoliping@chinamobile.com>2019-10-15 15:20:08 +0800
committerzhaoliping123 <zhaoliping@chinamobile.com>2019-10-15 17:32:45 +0800
commit179d6fc0411bdf3d7a3dd64e65ba151797939d22 (patch)
tree66044f8a123a859a9c7989b5049b8850d2a44a9c /tests/vfc/nfvo-lcm/jsoninput/heal_ns_instance.json
parent357d8e2863841cee3373c9e3c692a996809d71ef (diff)
Add some test cases for VF-C to CSIT
Issue-ID: VFC-1534 Change-Id: Ie98a32cfadbde57bf35d3de52e5d222a251aaebe Signed-off-by: zhaoliping123 <zhaoliping@chinamobile.com>
Diffstat (limited to 'tests/vfc/nfvo-lcm/jsoninput/heal_ns_instance.json')
-rw-r--r--tests/vfc/nfvo-lcm/jsoninput/heal_ns_instance.json42
1 files changed, 42 insertions, 0 deletions
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