Add initial set of gbp-sxp test cases
[integration/test.git] / csit / variables / gbp / tunnels.json
1 {
2   "nodes": {
3     "node": [
4       {
5         "id": "openflow:1",
6         "ofoverlay:tunnel": [
7           {
8             "tunnel-type": "overlay:tunnel-type-vxlan-gpe",
9             "node-connector-id": "openflow:1:1",
10             "ip": "192.168.50.70",
11             "port": 6633
12           },
13           {
14             "tunnel-type": "overlay:tunnel-type-vxlan",
15             "node-connector-id": "openflow:1:2",
16             "ip": "192.168.50.70",
17             "port": 4789
18           }
19         ]
20       },
21       {
22         "id": "openflow:2",
23         "ofoverlay:tunnel": [
24           {
25             "tunnel-type": "overlay:tunnel-type-vxlan-gpe",
26             "node-connector-id": "openflow:2:1",
27             "ip": "192.168.50.71",
28             "port": 6633
29           },
30           {
31             "tunnel-type": "overlay:tunnel-type-vxlan",
32             "node-connector-id": "openflow:2:2",
33             "ip": "192.168.50.71",
34             "port": 4789
35           }
36         ]
37       },
38       {
39         "id": "openflow:3",
40         "ofoverlay:tunnel": [
41           {
42             "tunnel-type": "overlay:tunnel-type-vxlan-gpe",
43             "node-connector-id": "openflow:3:1",
44             "ip": "192.168.50.72",
45             "port": 6633
46           },
47           {
48             "tunnel-type": "overlay:tunnel-type-vxlan",
49             "node-connector-id": "openflow:3:2",
50             "ip": "192.168.50.72",
51             "port": 4789
52           }
53         ]
54       }
55     ]
56   }
57 }