SOL instantiate NS test via independant json file
[vfc/nfvo/lcm.git] / lcm / ns / tests / data / vnfm_list_in_aai.json
1 {
2     "esr-vnfm": [{
3         "type": "gvnfm",
4         "vim-id": {"cloud_owner": "VCPE", "cloud_regionid": "RegionOne"},
5         "vnfm-id": "4",
6         "certificate-url": "http://127.0.0.0/ztevnfm/v1/auth",
7         "esr-system-info-list": {
8             "esr-system-info": [{
9                 "type": "gvnfm",
10                 "vendor": "zte",
11                 "version": "1.0",
12                 "service-url": "http://127.0.0.0/ztevnfm/v1",
13                 "user-name": "admin",
14                 "password": "admin123"
15             }]
16         }
17     }]
18 }