aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vfc/nfvo-lcm/jsoninput/heal_ns.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.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.json')
-rw-r--r--tests/vfc/nfvo-lcm/jsoninput/heal_ns.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/vfc/nfvo-lcm/jsoninput/heal_ns.json b/tests/vfc/nfvo-lcm/jsoninput/heal_ns.json
new file mode 100644
index 00000000..f3f669ab
--- /dev/null
+++ b/tests/vfc/nfvo-lcm/jsoninput/heal_ns.json
@@ -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