Merge "Change PTL informatin in INFO"
[bottlenecks.git] / testsuites / vstf / vstf_scripts / etc / vstf / env / Tnv.json
1 {
2     "env-build": [
3         {
4             "ip": "192.168.188.16",
5             "drivers": [
6                 "ixgbe",
7                 "vhost_net"
8             ],
9             "bridges": [
10                 {
11                     "type": "ovs",
12                     "name": "ovs1",
13                     "uplinks": [
14                         {
15                             "bdf": "04:00.0",
16                             "vlan_mode": "access",
17                             "vlan_id": "1"
18                         }
19                     ],
20                     "vtep": {},
21                     "fastlink": [
22                         {
23                             "inport": "04:00.0",
24                             "outport": "tap0"
25                         }
26                     ]
27                 },
28                 {
29                     "type": "ovs",
30                     "name": "ovs2",
31                     "uplinks": [
32                         {
33                             "bdf": "04:00.1",
34                             "vlan_mode": "access",
35                             "vlan_id": "1"
36                         }
37                     ],
38                     "vtep": {},
39                     "fastlink": [
40                         {
41                             "inport": "04:00.1",
42                             "outport": "tap1"
43                         }
44                     ]
45                 }
46             ],
47             "vms": [
48                 {
49                     "vm_cpu": 3,
50                     "vm_name": "test1",
51                     "vm_memory": 4194304,
52                     "image_path": "/mnt/sdb/test1.qcow2",
53                     "image_type": "qcow2",
54                     "init_config": {
55                         "amqp_server": "192.168.188.10",
56                         "ctrl_ip_setting": "192.168.188.200/23",
57                         "tap_pktloop_config": "dpdk",
58                         "ctrl_gw": "192.168.188.1"
59                     },
60                     "taps": [
61                         {
62                             "tap_name": "tap0",
63                             "br_type": "ovs",
64                             "br_name": "ovs1",
65                             "tap_mac": "56:6f:44:a5:3f:a2",
66                             "vlan_mode": "access",
67                             "vlan_id": "1"
68                         },
69                         {
70                             "tap_name": "tap1",
71                             "br_type": "ovs",
72                             "br_name": "ovs2",
73                             "tap_mac": "56:6f:44:a5:3f:a3",
74                             "vlan_mode": "access",
75                             "vlan_id": "1"
76                         }
77                     ],
78                     "ctrl_br": "br0",
79                     "ctrl_model": "rtl8139"
80                 }
81             ]
82         }
83     ]
84 }