move instantiate NS test json from code to indepandent file
[vfc/nfvo/lcm.git] / lcm / ns / tests / data / nsd_model.json
1 {
2     "vnfs": [{
3         "vnf_id": "vnf1",
4         "properties": {
5             "id": "vnfd1",
6             "nf_type": "xgw"
7         },
8         "dependencies": [{
9             "vl_id": "5"
10         }]
11     }],
12     "vls": [{
13             "vl_id": "5",
14             "properties": {}
15             }]
16 }