move heal test json from code to indepandent file
[vfc/nfvo/lcm.git] / lcm / ns / tests / data / instantiate_ns_with_pnf.json
1 {
2     "additionalParamForNs": {
3         "sdnControllerId": "2",
4         "location": "CPE-DC_Region"
5     },
6     "locationConstraints": [{
7         "vnfProfileId": "zte_ran_cucp_0001",
8         "locationConstraints": {}
9     },
10         {
11             "vnfProfileId": "zte_ran_cuup_0001",
12             "locationConstraints": {}
13     }
14     ],
15     "addpnfData": [{
16         "pnfId": 1,
17         "pnfName": "test_pnf",
18         "pnfdId": "zte_ran_du_0001",
19         "pnfProfileId": "du"
20     }]
21 }