move heal test json from code to indepandent file
[vfc/nfvo/lcm.git] / lcm / ns / tests / data / heal_vnf.json
1 {
2     "healVnfData": {
3         "vnfInstanceId": "default",
4         "cause": "vm is down",
5         "additionalParams": {
6             "action": "restartvm",
7             "actionvminfo": {
8                 "vmid": "33",
9                         "vduid": "",
10                         "vmname": "xgw-smp11"
11             }
12         }
13     }
14 }