Step 2: Move test folder to root
[integration/test.git] / csit / variables / gbp / tunnel1.json
1 {
2     "node":
3       {
4         "id": "openflow:1",
5         "ofoverlay:tunnel": [
6           {
7             "tunnel-type": "overlay:tunnel-type-vxlan-gpe",
8             "node-connector-id": "openflow:1:1",
9             "ip": "192.168.50.70",
10             "port": 6633
11           },
12           {
13             "tunnel-type": "overlay:tunnel-type-vxlan",
14             "node-connector-id": "openflow:1:2",
15             "ip": "192.168.50.70",
16             "port": 4789
17           }
18         ]
19       }
20 }