Merge "Change PTL informatin in INFO"
[bottlenecks.git] / testsuites / vstf / vstf_scripts / etc / vstf / env / Tn.json
1 {
2     "env-build": [
3         {
4             "ip": "192.168.188.16",
5             "drivers": [
6                 "ixgbe"
7             ],
8             "bridges": [
9                 {
10                     "type": "ovs",
11                     "name": "ovs1",
12                     "uplinks": [
13                         {
14                             "bdf": "04:00.0",
15                             "vlan_mode": "trunk",
16                             "vlan_id": "1,100,200"
17                         },
18                         {
19                             "bdf": "04:00.1",
20                             "vlan_mode": "trunk",
21                             "vlan_id": "1,100,200"
22                         }
23                     ],
24                     "vtep": {},
25                     "fastlink": [
26                         {
27                             "inport": "04:00.0",
28                             "outport": "04:00.1"
29                         }
30                     ]
31                 }
32             ],
33             "vms": []
34         }
35     ]
36 }