Fix URLs for unit tests
[osm/SO.git] / rwlaunchpad / mock / data / vnfd_catalog.json
1 {
2     "vnfd": [
3         {
4             "id": "a200a0a0-663a-11e5-b122-6cb3113b406f",
5             "name": "Virtual Network Descriptor 1",
6             "short-name": "VNFD1",
7             "vendor": "RIFT.io",
8             "description": "This is a description. It doesn't say much",
9             "version": "0.0.1",
10             "internal-vld": [
11                     {
12                         "id" : "68981800-7201-11e5-9fc4-bf5ad0442ce5",
13                         "name": "Zathrus",
14                         "short-name": "zathrus",
15                         "description": "Virtual link for zathrus",
16                         "type": "ELAN",
17                         "root-bandwidth": 42,
18                         "leaf-bandwidth": 42,
19                         "internal-connection-point-ref": [
20
21                             ]
22                     }
23               ]
24         },
25         {
26             "id": "b200a0a0-663a-11e5-b122-6cb3113b406f",
27             "name": "vnfd-two",
28             "short-name": "VNFD2",
29             "vendor": "RIFT.io",
30              "description": "This is a description. It doesn't say much",
31             "version": "0.0.1",
32             "internal-vld": [
33
34             ]
35         },
36         {
37             "id": "c200a0a0-663a-11e5-b122-6cb3113b406f",
38             "name": "vnfd-three",
39             "short-name": "VNFD03",
40             "vendor": "RIFT.io",
41             "description": "This is a description. It doesn't say much",
42             "version": "0.0.1",
43             "internal-vld": [
44             ]
45         }
46     ]
47 }