CSIT-662: KWI - KW renaming
[csit.git] / tests / perf / 10ge2p1x520-dot1q-l2bdbasemaclrn-eth-2vhost-1vm-ndrpdrdisc.robot
1 # Copyright (c) 2017 Cisco and/or its affiliates.
2 # Licensed under the Apache License, Version 2.0 (the "License");
3 # you may not use this file except in compliance with the License.
4 # You may obtain a copy of the License at:
5 #
6 #     http://www.apache.org/licenses/LICENSE-2.0
7 #
8 # Unless required by applicable law or agreed to in writing, software
9 # distributed under the License is distributed on an "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11 # See the License for the specific language governing permissions and
12 # limitations under the License.
13
14 *** Settings ***
15 | Resource | resources/libraries/robot/performance.robot
16 | Library | resources.libraries.python.QemuUtils
17 | ...
18 | Force Tags | 3_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV | NDRPDRDISC
19 | ... | NIC_Intel-X520-DA2 | DOT1Q | L2BDMACLRN | BASE | VHOST | VM
20 | ...
21 | Suite Setup | Set up 3-node performance topology with DUT's NIC model
22 | ... | L2 | Intel-X520-DA2
23 | Suite Teardown | Tear down 3-node performance topology
24 | ...
25 | Test Setup | Set up performance test
26 | Test Teardown | Tear down performance test with vhost and VM with dpdk-testpmd
27 | ... | ${min_rate}pps | ${framesize} | ${traffic_profile}
28 | ... | dut1_node=${dut1} | dut1_vm_refs=${dut1_vm_refs}
29 | ... | dut2_node=${dut2} | dut2_vm_refs=${dut2_vm_refs}
30 | ...
31 | Documentation | *RFC2544: Packet throughput L2BD test cases with vhost*
32 | ...
33 | ... | *[Top] Network Topologies:* TG-DUT1-DUT2-TG 3-node circular topology
34 | ... | with single links between nodes.
35 | ... | *[Enc] Packet Encapsulations:* Eth-IPv4 for L2 switching of IPv4. 802.1q
36 | ... | tagging is applied on link between DUT1 and DUT2.
37 | ... | *[Cfg] DUT configuration:* DUT1 and DUT2 are configured with L2 bridge-
38 | ... | domain and MAC learning enabled. Qemu Guest is connected to VPP via
39 | ... | vhost-user interfaces. Guest is running DPDK testpmd interconnecting
40 | ... | vhost-user interfaces using 5 cores pinned to cpus 5-9 and 2048M
41 | ... | memory. Testpmd is using socket-mem=1024M (512x2M hugepages), 5 cores
42 | ... | (1 main core and 4 cores dedicated for io), forwarding mode is set to
43 | ... | io, rxd/txd=256, burst=64. DUT1, DUT2 are tested with 2p10GE NIC X520
44 | ... | Niantic by Intel.
45 | ... | *[Ver] TG verification:* TG finds and reports throughput NDR (Non Drop
46 | ... | Rate) with zero packet loss tolerance or throughput PDR (Partial Drop
47 | ... | Rate) with non-zero packet loss tolerance (LT) expressed in percentage
48 | ... | of packets transmitted. NDR and PDR are discovered for different
49 | ... | Ethernet L2 frame sizes using either binary search or linear search
50 | ... | algorithms with configured starting rate and final step that determines
51 | ... | throughput measurement resolution. Test packets are generated by TG on
52 | ... | links to DUTs. TG traffic profile contains two L3 flow-groups
53 | ... | (flow-group per direction, 253 flows per flow-group) with all packets
54 | ... | containing Ethernet header, IPv4 header with IP protocol=61 and static
55 | ... | payload. MAC addresses are matching MAC addresses of the TG node
56 | ... | interfaces.
57 | ... | *[Ref] Applicable standard specifications:* RFC2544.
58
59 *** Variables ***
60 | ${subid}= | 10
61 | ${tag_rewrite}= | pop-1
62 | ${vlan_overhead}= | ${4}
63 # X520-DA2 bandwidth limit
64 | ${s_limit} | ${10000000000}
65 # Socket names
66 | ${bd_id1}= | 1
67 | ${bd_id2}= | 2
68 | ${sock1}= | /tmp/sock-1-${bd_id1}
69 | ${sock2}= | /tmp/sock-1-${bd_id2}
70 # Traffic profile:
71 | ${traffic_profile} | trex-sl-3n-ethip4-ip4src254
72
73 *** Test Cases ***
74 | tc01-64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhost-1vm-ndrdisc
75 | | [Documentation]
76 | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\
77 | | ... | 1 receive queue per NIC port.
78 | | ... | [Ver] Find NDR for 64 Byte frames using binary search start at 10GE\
79 | | ... | linerate, step 10kpps.
80 | | ...
81 | | [Tags] | 64B | 1T1C | STHREAD | NDRDISC
82 | | ...
83 | | ${framesize}= | Set Variable | ${64}
84 | | ${min_rate}= | Set Variable | ${10000}
85 | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize + ${vlan_overhead}}
86 | | ${binary_min}= | Set Variable | ${min_rate}
87 | | ${binary_max}= | Set Variable | ${max_rate}
88 | | ${threshold}= | Set Variable | ${min_rate}
89 | | ${dut1_vm_refs}= | Create Dictionary
90 | | ${dut2_vm_refs}= | Create Dictionary
91 | | Given Add '1' worker threads and '1' rxqueues in 3-node single-link circular topology
92 | | And Add PCI devices to DUTs in 3-node single link topology
93 | | And Add no multi seg to all DUTs
94 | | And Apply startup configuration on all VPP DUTs
95 | | When Initialize L2 bridge domains with Vhost-User and VLAN in a 3-node circular topology
96 | | ... | ${bd_id1} | ${bd_id2} | ${sock1} | ${sock2} | ${subid}
97 | | ... | ${tag_rewrite}
98 | | ${vm1}= | And Configure guest VM with dpdk-testpmd connected via vhost-user
99 | | ... | ${dut1} | ${sock1} | ${sock2} | DUT1_VM1
100 | | Set To Dictionary | ${dut1_vm_refs} | DUT1_VM1 | ${vm1}
101 | | ${vm2}= | And Configure guest VM with dpdk-testpmd connected via vhost-user
102 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
103 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
104 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
105 | | ... | ${binary_max} | ${traffic_profile}
106 | | ... | ${min_rate} | ${max_rate} | ${threshold}
107
108 | tc02-64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhost-1vm-pdrdisc
109 | | [Documentation]
110 | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\
111 | | ... | 1 receive queue per NIC port.
112 | | ... | [Ver] Find PDR for 64 Byte frames using binary search start at 10GE\
113 | | ... | linerate, step 10kpps, LT=0.5%.
114 | | ...
115 | | [Tags] | 64B | 1T1C | STHREAD | PDRDISC | SKIP_PATCH
116 | | ...
117 | | ${framesize}= | Set Variable | ${64}
118 | | ${min_rate}= | Set Variable | ${10000}
119 | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize + ${vlan_overhead}}
120 | | ${binary_min}= | Set Variable | ${min_rate}
121 | | ${binary_max}= | Set Variable | ${max_rate}
122 | | ${threshold}= | Set Variable | ${min_rate}
123 | | ${dut1_vm_refs}= | Create Dictionary
124 | | ${dut2_vm_refs}= | Create Dictionary
125 | | Given Add '1' worker threads and '1' rxqueues in 3-node single-link circular topology
126 | | And Add PCI devices to DUTs in 3-node single link topology
127 | | And Add no multi seg to all DUTs
128 | | And Apply startup configuration on all VPP DUTs
129 | | When Initialize L2 bridge domains with Vhost-User and VLAN in a 3-node circular topology
130 | | ... | ${bd_id1} | ${bd_id2} | ${sock1} | ${sock2} | ${subid}
131 | | ... | ${tag_rewrite}
132 | | ${vm1}= | And Configure guest VM with dpdk-testpmd connected via vhost-user
133 | | ... | ${dut1} | ${sock1} | ${sock2} | DUT1_VM1
134 | | Set To Dictionary | ${dut1_vm_refs} | DUT1_VM1 | ${vm1}
135 | | ${vm2}= | And Configure guest VM with dpdk-testpmd connected via vhost-user
136 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
137 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
138 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
139 | | ... | ${binary_max} | ${traffic_profile}
140 | | ... | ${min_rate} | ${max_rate} | ${threshold} | ${perf_pdr_loss_acceptance}
141 | | ... | ${perf_pdr_loss_acceptance_type}
142
143 | tc03-1518B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhost-1vm-ndrdisc
144 | | [Documentation]
145 | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\
146 | | ... | 1 receive queue per NIC port.
147 | | ... | [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE\
148 | | ... | linerate, step 10kpps.
149 | | ...
150 | | [Tags] | 1518B | 1T1C | STHREAD | NDRDISC
151 | | ...
152 | | ${framesize}= | Set Variable | ${1518}
153 | | ${min_rate}= | Set Variable | ${10000}
154 | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize + ${vlan_overhead}}
155 | | ${binary_min}= | Set Variable | ${min_rate}
156 | | ${binary_max}= | Set Variable | ${max_rate}
157 | | ${threshold}= | Set Variable | ${min_rate}
158 | | ${dut1_vm_refs}= | Create Dictionary
159 | | ${dut2_vm_refs}= | Create Dictionary
160 | | Given Add '1' worker threads and '1' rxqueues in 3-node single-link circular topology
161 | | And Add PCI devices to DUTs in 3-node single link topology
162 | | And Add no multi seg to all DUTs
163 | | And Apply startup configuration on all VPP DUTs
164 | | When Initialize L2 bridge domains with Vhost-User and VLAN in a 3-node circular topology
165 | | ... | ${bd_id1} | ${bd_id2} | ${sock1} | ${sock2} | ${subid}
166 | | ... | ${tag_rewrite}
167 | | ${vm1}= | And Configure guest VM with dpdk-testpmd connected via vhost-user
168 | | ... | ${dut1} | ${sock1} | ${sock2} | DUT1_VM1
169 | | Set To Dictionary | ${dut1_vm_refs} | DUT1_VM1 | ${vm1}
170 | | ${vm2}= | And Configure guest VM with dpdk-testpmd connected via vhost-user
171 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
172 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
173 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
174 | | ... | ${binary_max} | ${traffic_profile}
175 | | ... | ${min_rate} | ${max_rate} | ${threshold}
176
177 | tc04-1518B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhost-1vm-pdrdisc
178 | | [Documentation]
179 | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\
180 | | ... | 1 receive queue per NIC port.
181 | | ... | [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE\
182 | | ... | linerate, step 10kpps, LT=0.5%.
183 | | ...
184 | | [Tags] | 1518B | 1T1C | STHREAD | PDRDISC | SKIP_PATCH
185 | | ...
186 | | ${framesize}= | Set Variable | ${1518}
187 | | ${min_rate}= | Set Variable | ${10000}
188 | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize + ${vlan_overhead}}
189 | | ${binary_min}= | Set Variable | ${min_rate}
190 | | ${binary_max}= | Set Variable | ${max_rate}
191 | | ${threshold}= | Set Variable | ${min_rate}
192 | | ${dut1_vm_refs}= | Create Dictionary
193 | | ${dut2_vm_refs}= | Create Dictionary
194 | | Given Add '1' worker threads and '1' rxqueues in 3-node single-link circular topology
195 | | And Add PCI devices to DUTs in 3-node single link topology
196 | | And Add no multi seg to all DUTs
197 | | And Apply startup configuration on all VPP DUTs
198 | | When Initialize L2 bridge domains with Vhost-User and VLAN in a 3-node circular topology
199 | | ... | ${bd_id1} | ${bd_id2} | ${sock1} | ${sock2} | ${subid}
200 | | ... | ${tag_rewrite}
201 | | ${vm1}= | And Configure guest VM with dpdk-testpmd connected via vhost-user
202 | | ... | ${dut1} | ${sock1} | ${sock2} | DUT1_VM1
203 | | Set To Dictionary | ${dut1_vm_refs} | DUT1_VM1 | ${vm1}
204 | | ${vm2}= | And Configure guest VM with dpdk-testpmd connected via vhost-user
205 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
206 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
207 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
208 | | ... | ${binary_max} | ${traffic_profile}
209 | | ... | ${min_rate} | ${max_rate} | ${threshold} | ${perf_pdr_loss_acceptance}
210 | | ... | ${perf_pdr_loss_acceptance_type}
211
212 | tc05-IMIX-1t1c-dot1q-l2bdbasemaclrn-eth-2vhost-1vm-ndrdisc
213 | | [Documentation]
214 | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\
215 | | ... | 1 receive queue per NIC port.
216 | | ... | [Ver] Find NDR for IMIX_v4_1 framesize using binary search start at\
217 | | ... | 10GE linerate, step 10kpps.
218 | | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B)
219 | | ...
220 | | [Tags] | IMIX | 1T1C | STHREAD | NDRDISC
221 | | ...
222 | | ${framesize}= | Set Variable | IMIX_v4_1
223 | | ${avg_framesize}= | Set Variable | ${357.833}
224 | | ${min_rate}= | Set Variable | ${10000}
225 | | ${max_rate}= | Calculate pps | ${s_limit} | ${avg_framesize}
226 | | ${binary_min}= | Set Variable | ${min_rate}
227 | | ${binary_max}= | Set Variable | ${max_rate}
228 | | ${threshold}= | Set Variable | ${min_rate}
229 | | ${dut1_vm_refs}= | Create Dictionary
230 | | ${dut2_vm_refs}= | Create Dictionary
231 | | Given Add '1' worker threads and '1' rxqueues in 3-node single-link circular topology
232 | | And Add PCI devices to DUTs in 3-node single link topology
233 | | And Add no multi seg to all DUTs
234 | | And Apply startup configuration on all VPP DUTs
235 | | When Initialize L2 bridge domains with Vhost-User and VLAN in a 3-node circular topology
236 | | ... | ${bd_id1} | ${bd_id2} | ${sock1} | ${sock2} | ${subid}
237 | | ... | ${tag_rewrite}
238 | | ${vm1}= | And Configure guest VM with dpdk-testpmd connected via vhost-user
239 | | ... | ${dut1} | ${sock1} | ${sock2} | DUT1_VM1
240 | | Set To Dictionary | ${dut1_vm_refs} | DUT1_VM1 | ${vm1}
241 | | ${vm2}= | And Configure guest VM with dpdk-testpmd connected via vhost-user
242 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
243 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
244 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
245 | | ... | ${binary_max} | ${traffic_profile}
246 | | ... | ${min_rate} | ${max_rate} | ${threshold}
247
248 | tc06-IMIX-1t1c-dot1q-l2bdbasemaclrn-eth-2vhost-1vm-pdrdisc
249 | | [Documentation]
250 | | ... | [Cfg] DUT runs L2BD switching config with 1 thread, 1 phy core,\
251 | | ... | 1 receive queue per NIC port.
252 | | ... | [Ver] Find PDR for IMIX_v4_1 framesize using binary search start at\
253 | | ... | 10GE linerate, step 10kpps, LT=0.5%.
254 | | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B)
255 | | ...
256 | | [Tags] | IMIX | 1T1C | STHREAD | PDRDISC | SKIP_PATCH
257 | | ...
258 | | ${framesize}= | Set Variable | IMIX_v4_1
259 | | ${avg_framesize}= | Set Variable | ${357.833}
260 | | ${min_rate}= | Set Variable | ${10000}
261 | | ${max_rate}= | Calculate pps | ${s_limit} | ${avg_framesize}
262 | | ${binary_min}= | Set Variable | ${min_rate}
263 | | ${binary_max}= | Set Variable | ${max_rate}
264 | | ${threshold}= | Set Variable | ${min_rate}
265 | | ${dut1_vm_refs}= | Create Dictionary
266 | | ${dut2_vm_refs}= | Create Dictionary
267 | | Given Add '1' worker threads and '1' rxqueues in 3-node single-link circular topology
268 | | And Add PCI devices to DUTs in 3-node single link topology
269 | | And Add no multi seg to all DUTs
270 | | And Apply startup configuration on all VPP DUTs
271 | | When Initialize L2 bridge domains with Vhost-User and VLAN in a 3-node circular topology
272 | | ... | ${bd_id1} | ${bd_id2} | ${sock1} | ${sock2} | ${subid}
273 | | ... | ${tag_rewrite}
274 | | ${vm1}= | And Configure guest VM with dpdk-testpmd connected via vhost-user
275 | | ... | ${dut1} | ${sock1} | ${sock2} | DUT1_VM1
276 | | Set To Dictionary | ${dut1_vm_refs} | DUT1_VM1 | ${vm1}
277 | | ${vm2}= | And Configure guest VM with dpdk-testpmd connected via vhost-user
278 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
279 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
280 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
281 | | ... | ${binary_max} | ${traffic_profile}
282 | | ... | ${min_rate} | ${max_rate} | ${threshold} | ${perf_pdr_loss_acceptance}
283 | | ... | ${perf_pdr_loss_acceptance_type}
284
285 | tc07-64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhost-1vm-ndrdisc
286 | | [Documentation]
287 | | ... | [Cfg] DUT runs L2BD switching config with 2 threads, 2 phy cores,\
288 | | ... | 1 receive queue per NIC port.
289 | | ... | [Ver] Find NDR for 64 Byte frames using binary search start at 10GE\
290 | | ... | linerate, step 10kpps.
291 | | ...
292 | | [Tags] | 64B | 2T2C | STHREAD | NDRDISC
293 | | ...
294 | | ${framesize}= | Set Variable | ${64}
295 | | ${min_rate}= | Set Variable | ${10000}
296 | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize + ${vlan_overhead}}
297 | | ${binary_min}= | Set Variable | ${min_rate}
298 | | ${binary_max}= | Set Variable | ${max_rate}
299 | | ${threshold}= | Set Variable | ${min_rate}
300 | | ${dut1_vm_refs}= | Create Dictionary
301 | | ${dut2_vm_refs}= | Create Dictionary
302 | | Given Add '2' worker threads and '1' rxqueues in 3-node single-link circular topology
303 | | And Add PCI devices to DUTs in 3-node single link topology
304 | | And Add no multi seg to all DUTs
305 | | And Apply startup configuration on all VPP DUTs
306 | | When Initialize L2 bridge domains with Vhost-User and VLAN in a 3-node circular topology
307 | | ... | ${bd_id1} | ${bd_id2} | ${sock1} | ${sock2} | ${subid}
308 | | ... | ${tag_rewrite}
309 | | ${vm1}= | And Configure guest VM with dpdk-testpmd connected via vhost-user
310 | | ... | ${dut1} | ${sock1} | ${sock2} | DUT1_VM1
311 | | Set To Dictionary | ${dut1_vm_refs} | DUT1_VM1 | ${vm1}
312 | | ${vm2}= | And Configure guest VM with dpdk-testpmd connected via vhost-user
313 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
314 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
315 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
316 | | ... | ${binary_max} | ${traffic_profile}
317 | | ... | ${min_rate} | ${max_rate} | ${threshold}
318
319 | tc08-64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhost-1vm-pdrdisc
320 | | [Documentation]
321 | | ... | [Cfg] DUT runs L2BD switching config with 2 threads, 2 phy cores,\
322 | | ... | 1 receive queue per NIC port.
323 | | ... | [Ver] Find PDR for 64 Byte frames using binary search start at 10GE\
324 | | ... | linerate, step 10kpps, LT=0.5%.
325 | | ...
326 | | [Tags] | 64B | 2T2C | STHREAD | PDRDISC | SKIP_PATCH
327 | | ...
328 | | ${framesize}= | Set Variable | ${64}
329 | | ${min_rate}= | Set Variable | ${10000}
330 | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize + ${vlan_overhead}}
331 | | ${binary_min}= | Set Variable | ${min_rate}
332 | | ${binary_max}= | Set Variable | ${max_rate}
333 | | ${threshold}= | Set Variable | ${min_rate}
334 | | ${dut1_vm_refs}= | Create Dictionary
335 | | ${dut2_vm_refs}= | Create Dictionary
336 | | Given Add '2' worker threads and '1' rxqueues in 3-node single-link circular topology
337 | | And Add PCI devices to DUTs in 3-node single link topology
338 | | And Add no multi seg to all DUTs
339 | | And Apply startup configuration on all VPP DUTs
340 | | When Initialize L2 bridge domains with Vhost-User and VLAN in a 3-node circular topology
341 | | ... | ${bd_id1} | ${bd_id2} | ${sock1} | ${sock2} | ${subid}
342 | | ... | ${tag_rewrite}
343 | | ${vm1}= | And Configure guest VM with dpdk-testpmd connected via vhost-user
344 | | ... | ${dut1} | ${sock1} | ${sock2} | DUT1_VM1
345 | | Set To Dictionary | ${dut1_vm_refs} | DUT1_VM1 | ${vm1}
346 | | ${vm2}= | And Configure guest VM with dpdk-testpmd connected via vhost-user
347 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
348 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
349 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
350 | | ... | ${binary_max} | ${traffic_profile}
351 | | ... | ${min_rate} | ${max_rate} | ${threshold} | ${perf_pdr_loss_acceptance}
352 | | ... | ${perf_pdr_loss_acceptance_type}
353
354 | tc09-1518B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhost-1vm-ndrdisc
355 | | [Documentation]
356 | | ... | [Cfg] DUT runs L2BD switching config with 2 threads, 2 phy cores,\
357 | | ... | 1 receive queue per NIC port.
358 | | ... | [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE\
359 | | ... | linerate, step 10kpps.
360 | | ...
361 | | [Tags] | 1518B | 2T2C | STHREAD | NDRDISC | SKIP_PATCH
362 | | ...
363 | | ${framesize}= | Set Variable | ${1518}
364 | | ${min_rate}= | Set Variable | ${10000}
365 | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize + ${vlan_overhead}}
366 | | ${binary_min}= | Set Variable | ${min_rate}
367 | | ${binary_max}= | Set Variable | ${max_rate}
368 | | ${threshold}= | Set Variable | ${min_rate}
369 | | ${dut1_vm_refs}= | Create Dictionary
370 | | ${dut2_vm_refs}= | Create Dictionary
371 | | Given Add '2' worker threads and '1' rxqueues in 3-node single-link circular topology
372 | | And Add PCI devices to DUTs in 3-node single link topology
373 | | And Add no multi seg to all DUTs
374 | | And Apply startup configuration on all VPP DUTs
375 | | When Initialize L2 bridge domains with Vhost-User and VLAN in a 3-node circular topology
376 | | ... | ${bd_id1} | ${bd_id2} | ${sock1} | ${sock2} | ${subid}
377 | | ... | ${tag_rewrite}
378 | | ${vm1}= | And Configure guest VM with dpdk-testpmd connected via vhost-user
379 | | ... | ${dut1} | ${sock1} | ${sock2} | DUT1_VM1
380 | | Set To Dictionary | ${dut1_vm_refs} | DUT1_VM1 | ${vm1}
381 | | ${vm2}= | And Configure guest VM with dpdk-testpmd connected via vhost-user
382 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
383 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
384 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
385 | | ... | ${binary_max} | ${traffic_profile}
386 | | ... | ${min_rate} | ${max_rate} | ${threshold}
387
388 | tc10-1518B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhost-1vm-pdrdisc
389 | | [Documentation]
390 | | ... | [Cfg] DUT runs L2BD switching config with 2 threads, 2 phy cores,\
391 | | ... | 1 receive queue per NIC port.
392 | | ... | [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE\
393 | | ... | linerate, step 10kpps, LT=0.5%.
394 | | ...
395 | | [Tags] | 1518B | 2T2C | STHREAD | PDRDISC | SKIP_PATCH
396 | | ...
397 | | ${framesize}= | Set Variable | ${1518}
398 | | ${min_rate}= | Set Variable | ${10000}
399 | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize + ${vlan_overhead}}
400 | | ${binary_min}= | Set Variable | ${min_rate}
401 | | ${binary_max}= | Set Variable | ${max_rate}
402 | | ${threshold}= | Set Variable | ${min_rate}
403 | | ${dut1_vm_refs}= | Create Dictionary
404 | | ${dut2_vm_refs}= | Create Dictionary
405 | | Given Add '2' worker threads and '1' rxqueues in 3-node single-link circular topology
406 | | And Add PCI devices to DUTs in 3-node single link topology
407 | | And Add no multi seg to all DUTs
408 | | And Apply startup configuration on all VPP DUTs
409 | | When Initialize L2 bridge domains with Vhost-User and VLAN in a 3-node circular topology
410 | | ... | ${bd_id1} | ${bd_id2} | ${sock1} | ${sock2} | ${subid}
411 | | ... | ${tag_rewrite}
412 | | ${vm1}= | And Configure guest VM with dpdk-testpmd connected via vhost-user
413 | | ... | ${dut1} | ${sock1} | ${sock2} | DUT1_VM1
414 | | Set To Dictionary | ${dut1_vm_refs} | DUT1_VM1 | ${vm1}
415 | | ${vm2}= | And Configure guest VM with dpdk-testpmd connected via vhost-user
416 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
417 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
418 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
419 | | ... | ${binary_max} | ${traffic_profile}
420 | | ... | ${min_rate} | ${max_rate} | ${threshold} | ${perf_pdr_loss_acceptance}
421 | | ... | ${perf_pdr_loss_acceptance_type}
422
423 | tc11-IMIX-2t2c-dot1q-l2bdbasemaclrn-eth-2vhost-1vm-ndrdisc
424 | | [Documentation]
425 | | ... | [Cfg] DUT runs L2BD switching config with 2 threads, 2 phy cores,\
426 | | ... | 1 receive queue per NIC port.
427 | | ... | [Ver] Find NDR for IMIX_v4_1 framesize using binary search start at\
428 | | ... | 10GE linerate, step 10kpps.
429 | | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B)
430 | | ...
431 | | [Tags] | IMIX | 2T2C | STHREAD | NDRDISC | SKIP_PATCH
432 | | ...
433 | | ${framesize}= | Set Variable | IMIX_v4_1
434 | | ${avg_framesize}= | Set Variable | ${357.833}
435 | | ${min_rate}= | Set Variable | ${10000}
436 | | ${max_rate}= | Calculate pps | ${s_limit} | ${avg_framesize}
437 | | ${binary_min}= | Set Variable | ${min_rate}
438 | | ${binary_max}= | Set Variable | ${max_rate}
439 | | ${threshold}= | Set Variable | ${min_rate}
440 | | ${dut1_vm_refs}= | Create Dictionary
441 | | ${dut2_vm_refs}= | Create Dictionary
442 | | Given Add '2' worker threads and '1' rxqueues in 3-node single-link circular topology
443 | | And Add PCI devices to DUTs in 3-node single link topology
444 | | And Add no multi seg to all DUTs
445 | | And Apply startup configuration on all VPP DUTs
446 | | When Initialize L2 bridge domains with Vhost-User and VLAN in a 3-node circular topology
447 | | ... | ${bd_id1} | ${bd_id2} | ${sock1} | ${sock2} | ${subid}
448 | | ... | ${tag_rewrite}
449 | | ${vm1}= | And Configure guest VM with dpdk-testpmd connected via vhost-user
450 | | ... | ${dut1} | ${sock1} | ${sock2} | DUT1_VM1
451 | | Set To Dictionary | ${dut1_vm_refs} | DUT1_VM1 | ${vm1}
452 | | ${vm2}= | And Configure guest VM with dpdk-testpmd connected via vhost-user
453 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
454 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
455 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
456 | | ... | ${binary_max} | ${traffic_profile}
457 | | ... | ${min_rate} | ${max_rate} | ${threshold}
458
459 | tc12-IMIX-2t2c-dot1q-l2bdbasemaclrn-eth-2vhost-1vm-pdrdisc
460 | | [Documentation]
461 | | ... | [Cfg] DUT runs L2BD switching config with 2 threads, 2 phy cores,\
462 | | ... | 1 receive queue per NIC port.
463 | | ... | [Ver] Find PDR for IMIX_v4_1 framesize using binary search start at\
464 | | ... | 10GE linerate, step 10kpps.
465 | | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B)
466 | | ...
467 | | [Tags] | IMIX | 2T2C | STHREAD | PDRDISC | SKIP_PATCH
468 | | ...
469 | | ${framesize}= | Set Variable | IMIX_v4_1
470 | | ${avg_framesize}= | Set Variable | ${357.833}
471 | | ${min_rate}= | Set Variable | ${10000}
472 | | ${max_rate}= | Calculate pps | ${s_limit} | ${avg_framesize}
473 | | ${binary_min}= | Set Variable | ${min_rate}
474 | | ${binary_max}= | Set Variable | ${max_rate}
475 | | ${threshold}= | Set Variable | ${min_rate}
476 | | ${dut1_vm_refs}= | Create Dictionary
477 | | ${dut2_vm_refs}= | Create Dictionary
478 | | Given Add '2' worker threads and '1' rxqueues in 3-node single-link circular topology
479 | | And Add PCI devices to DUTs in 3-node single link topology
480 | | And Add no multi seg to all DUTs
481 | | And Apply startup configuration on all VPP DUTs
482 | | When Initialize L2 bridge domains with Vhost-User and VLAN in a 3-node circular topology
483 | | ... | ${bd_id1} | ${bd_id2} | ${sock1} | ${sock2} | ${subid}
484 | | ... | ${tag_rewrite}
485 | | ${vm1}= | And Configure guest VM with dpdk-testpmd connected via vhost-user
486 | | ... | ${dut1} | ${sock1} | ${sock2} | DUT1_VM1
487 | | Set To Dictionary | ${dut1_vm_refs} | DUT1_VM1 | ${vm1}
488 | | ${vm2}= | And Configure guest VM with dpdk-testpmd connected via vhost-user
489 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
490 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
491 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
492 | | ... | ${binary_max} | ${traffic_profile}
493 | | ... | ${min_rate} | ${max_rate} | ${threshold} | ${perf_pdr_loss_acceptance}
494 | | ... | ${perf_pdr_loss_acceptance_type}
495
496 | tc13-64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhost-1vm-ndrdisc
497 | | [Documentation]
498 | | ... | [Cfg] DUT runs L2BD switching config with 4 threads, 4 phy cores,\
499 | | ... | 2 receive queues per NIC port.
500 | | ... | [Ver] Find NDR for 64 Byte frames using binary search start at 10GE\
501 | | ... | linerate, step 10kpps.
502 | | ...
503 | | [Tags] | 64B | 4T4C | STHREAD | NDRDISC
504 | | ...
505 | | ${framesize}= | Set Variable | ${64}
506 | | ${min_rate}= | Set Variable | ${10000}
507 | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize + ${vlan_overhead}}
508 | | ${binary_min}= | Set Variable | ${min_rate}
509 | | ${binary_max}= | Set Variable | ${max_rate}
510 | | ${threshold}= | Set Variable | ${min_rate}
511 | | ${dut1_vm_refs}= | Create Dictionary
512 | | ${dut2_vm_refs}= | Create Dictionary
513 | | Given Add '4' worker threads and '2' rxqueues in 3-node single-link circular topology
514 | | And Add PCI devices to DUTs in 3-node single link topology
515 | | And Add no multi seg to all DUTs
516 | | And Apply startup configuration on all VPP DUTs
517 | | When Initialize L2 bridge domains with Vhost-User and VLAN in a 3-node circular topology
518 | | ... | ${bd_id1} | ${bd_id2} | ${sock1} | ${sock2} | ${subid}
519 | | ... | ${tag_rewrite}
520 | | ${vm1}= | And Configure guest VM with dpdk-testpmd connected via vhost-user
521 | | ... | ${dut1} | ${sock1} | ${sock2} | DUT1_VM1
522 | | Set To Dictionary | ${dut1_vm_refs} | DUT1_VM1 | ${vm1}
523 | | ${vm2}= | And Configure guest VM with dpdk-testpmd connected via vhost-user
524 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
525 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
526 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
527 | | ... | ${binary_max} | ${traffic_profile}
528 | | ... | ${min_rate} | ${max_rate} | ${threshold}
529
530 | tc14-64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhost-1vm-pdrdisc
531 | | [Documentation]
532 | | ... | [Cfg] DUT runs L2BD switching config with 4 threads, 4 phy cores,\
533 | | ... | 2 receive queues per NIC port.
534 | | ... | [Ver] Find PDR for 64 Byte frames using binary search start at 10GE\
535 | | ... | linerate, step 10kpps, LT=0.5%.
536 | | ...
537 | | [Tags] | 64B | 4T4C | STHREAD | PDRDISC | SKIP_PATCH
538 | | ...
539 | | ${framesize}= | Set Variable | ${64}
540 | | ${min_rate}= | Set Variable | ${10000}
541 | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize + ${vlan_overhead}}
542 | | ${binary_min}= | Set Variable | ${min_rate}
543 | | ${binary_max}= | Set Variable | ${max_rate}
544 | | ${threshold}= | Set Variable | ${min_rate}
545 | | ${dut1_vm_refs}= | Create Dictionary
546 | | ${dut2_vm_refs}= | Create Dictionary
547 | | Given Add '4' worker threads and '2' rxqueues in 3-node single-link circular topology
548 | | And Add PCI devices to DUTs in 3-node single link topology
549 | | And Add no multi seg to all DUTs
550 | | And Apply startup configuration on all VPP DUTs
551 | | When Initialize L2 bridge domains with Vhost-User and VLAN in a 3-node circular topology
552 | | ... | ${bd_id1} | ${bd_id2} | ${sock1} | ${sock2} | ${subid}
553 | | ... | ${tag_rewrite}
554 | | ${vm1}= | And Configure guest VM with dpdk-testpmd connected via vhost-user
555 | | ... | ${dut1} | ${sock1} | ${sock2} | DUT1_VM1
556 | | Set To Dictionary | ${dut1_vm_refs} | DUT1_VM1 | ${vm1}
557 | | ${vm2}= | And Configure guest VM with dpdk-testpmd connected via vhost-user
558 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
559 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
560 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
561 | | ... | ${binary_max} | ${traffic_profile}
562 | | ... | ${min_rate} | ${max_rate} | ${threshold} | ${perf_pdr_loss_acceptance}
563 | | ... | ${perf_pdr_loss_acceptance_type}
564
565 | tc15-1518B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhost-1vm-ndrdisc
566 | | [Documentation]
567 | | ... | [Cfg] DUT runs L2BD switching config with 4 threads, 4 phy cores,\
568 | | ... | 2 receive queues per NIC port.
569 | | ... | [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE\
570 | | ... | linerate, step 10kpps.
571 | | ...
572 | | [Tags] | 1518B | 4T4C | STHREAD | NDRDISC | SKIP_PATCH
573 | | ...
574 | | ${framesize}= | Set Variable | ${1518}
575 | | ${min_rate}= | Set Variable | ${10000}
576 | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize + ${vlan_overhead}}
577 | | ${binary_min}= | Set Variable | ${min_rate}
578 | | ${binary_max}= | Set Variable | ${max_rate}
579 | | ${threshold}= | Set Variable | ${min_rate}
580 | | ${dut1_vm_refs}= | Create Dictionary
581 | | ${dut2_vm_refs}= | Create Dictionary
582 | | Given Add '4' worker threads and '2' rxqueues in 3-node single-link circular topology
583 | | And Add PCI devices to DUTs in 3-node single link topology
584 | | And Add no multi seg to all DUTs
585 | | And Apply startup configuration on all VPP DUTs
586 | | When Initialize L2 bridge domains with Vhost-User and VLAN in a 3-node circular topology
587 | | ... | ${bd_id1} | ${bd_id2} | ${sock1} | ${sock2} | ${subid}
588 | | ... | ${tag_rewrite}
589 | | ${vm1}= | And Configure guest VM with dpdk-testpmd connected via vhost-user
590 | | ... | ${dut1} | ${sock1} | ${sock2} | DUT1_VM1
591 | | Set To Dictionary | ${dut1_vm_refs} | DUT1_VM1 | ${vm1}
592 | | ${vm2}= | And Configure guest VM with dpdk-testpmd connected via vhost-user
593 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
594 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
595 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
596 | | ... | ${binary_max} | ${traffic_profile}
597 | | ... | ${min_rate} | ${max_rate} | ${threshold}
598
599 | tc16-1518B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhost-1vm-pdrdisc
600 | | [Documentation]
601 | | ... | [Cfg] DUT runs L2BD switching config with 4 threads, 4 phy cores,\
602 | | ... | 2 receive queues per NIC port.
603 | | ... | [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE\
604 | | ... | linerate, step 10kpps, LT=0.5%.
605 | | ...
606 | | [Tags] | 1518B | 4T4C | STHREAD | PDRDISC | SKIP_PATCH
607 | | ...
608 | | ${framesize}= | Set Variable | ${1518}
609 | | ${min_rate}= | Set Variable | ${10000}
610 | | ${max_rate}= | Calculate pps | ${s_limit} | ${framesize + ${vlan_overhead}}
611 | | ${binary_min}= | Set Variable | ${min_rate}
612 | | ${binary_max}= | Set Variable | ${max_rate}
613 | | ${threshold}= | Set Variable | ${min_rate}
614 | | ${dut1_vm_refs}= | Create Dictionary
615 | | ${dut2_vm_refs}= | Create Dictionary
616 | | Given Add '4' worker threads and '2' rxqueues in 3-node single-link circular topology
617 | | And Add PCI devices to DUTs in 3-node single link topology
618 | | And Add no multi seg to all DUTs
619 | | And Apply startup configuration on all VPP DUTs
620 | | When Initialize L2 bridge domains with Vhost-User and VLAN in a 3-node circular topology
621 | | ... | ${bd_id1} | ${bd_id2} | ${sock1} | ${sock2} | ${subid}
622 | | ... | ${tag_rewrite}
623 | | ${vm1}= | And Configure guest VM with dpdk-testpmd connected via vhost-user
624 | | ... | ${dut1} | ${sock1} | ${sock2} | DUT1_VM1
625 | | Set To Dictionary | ${dut1_vm_refs} | DUT1_VM1 | ${vm1}
626 | | ${vm2}= | And Configure guest VM with dpdk-testpmd connected via vhost-user
627 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
628 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
629 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
630 | | ... | ${binary_max} | ${traffic_profile}
631 | | ... | ${min_rate} | ${max_rate} | ${threshold} | ${perf_pdr_loss_acceptance}
632 | | ... | ${perf_pdr_loss_acceptance_type}
633
634 | tc17-IMIX-4t4c-dot1q-l2bdbasemaclrn-eth-2vhost-1vm-ndrdisc
635 | | [Documentation]
636 | | ... | [Cfg] DUT runs L2BD switching config with 4 threads, 4 phy cores,\
637 | | ... | 2 receive queues per NIC port.
638 | | ... | [Ver] Find NDR for IMIX_v4_1 framesize using binary search start at\
639 | | ... | 10GE linerate, step 10kpps.
640 | | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B)
641 | | ...
642 | | [Tags] | IMIX | 4T4C | STHREAD | NDRDISC | SKIP_PATCH
643 | | ...
644 | | ${framesize}= | Set Variable | IMIX_v4_1
645 | | ${avg_framesize}= | Set Variable | ${357.833}
646 | | ${min_rate}= | Set Variable | ${10000}
647 | | ${max_rate}= | Calculate pps | ${s_limit} | ${avg_framesize}
648 | | ${binary_min}= | Set Variable | ${min_rate}
649 | | ${binary_max}= | Set Variable | ${max_rate}
650 | | ${threshold}= | Set Variable | ${min_rate}
651 | | ${dut1_vm_refs}= | Create Dictionary
652 | | ${dut2_vm_refs}= | Create Dictionary
653 | | Given Add '4' worker threads and '2' rxqueues in 3-node single-link circular topology
654 | | And Add PCI devices to DUTs in 3-node single link topology
655 | | And Add no multi seg to all DUTs
656 | | And Apply startup configuration on all VPP DUTs
657 | | When Initialize L2 bridge domains with Vhost-User and VLAN in a 3-node circular topology
658 | | ... | ${bd_id1} | ${bd_id2} | ${sock1} | ${sock2} | ${subid}
659 | | ... | ${tag_rewrite}
660 | | ${vm1}= | And Configure guest VM with dpdk-testpmd connected via vhost-user
661 | | ... | ${dut1} | ${sock1} | ${sock2} | DUT1_VM1
662 | | Set To Dictionary | ${dut1_vm_refs} | DUT1_VM1 | ${vm1}
663 | | ${vm2}= | And Configure guest VM with dpdk-testpmd connected via vhost-user
664 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
665 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
666 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
667 | | ... | ${binary_max} | ${traffic_profile}
668 | | ... | ${min_rate} | ${max_rate} | ${threshold}
669
670 | tc18-IMIX-4t4c-dot1q-l2bdbasemaclrn-eth-2vhost-1vm-pdrdisc
671 | | [Documentation]
672 | | ... | [Cfg] DUT runs L2BD switching config with 4 threads, 4 phy cores,\
673 | | ... | 2 receive queues per NIC port.
674 | | ... | [Ver] Find PDR for IMIX_v4_1 framesize using binary search start at\
675 | | ... | 10GE linerate, step 10kpps, LT=0.5%.
676 | | ... | IMIX_v4_1 = (28x64B; 16x570B; 4x1518B)
677 | | ...
678 | | [Tags] | IMIX | 4T4C | STHREAD | PDRDISC | SKIP_PATCH
679 | | ...
680 | | ${framesize}= | Set Variable | IMIX_v4_1
681 | | ${avg_framesize}= | Set Variable | ${357.833}
682 | | ${min_rate}= | Set Variable | ${10000}
683 | | ${max_rate}= | Calculate pps | ${s_limit} | ${avg_framesize}
684 | | ${binary_min}= | Set Variable | ${min_rate}
685 | | ${binary_max}= | Set Variable | ${max_rate}
686 | | ${threshold}= | Set Variable | ${min_rate}
687 | | ${dut1_vm_refs}= | Create Dictionary
688 | | ${dut2_vm_refs}= | Create Dictionary
689 | | Given Add '4' worker threads and '2' rxqueues in 3-node single-link circular topology
690 | | And Add PCI devices to DUTs in 3-node single link topology
691 | | And Add no multi seg to all DUTs
692 | | And Apply startup configuration on all VPP DUTs
693 | | When Initialize L2 bridge domains with Vhost-User and VLAN in a 3-node circular topology
694 | | ... | ${bd_id1} | ${bd_id2} | ${sock1} | ${sock2} | ${subid}
695 | | ... | ${tag_rewrite}
696 | | ${vm1}= | And Configure guest VM with dpdk-testpmd connected via vhost-user
697 | | ... | ${dut1} | ${sock1} | ${sock2} | DUT1_VM1
698 | | Set To Dictionary | ${dut1_vm_refs} | DUT1_VM1 | ${vm1}
699 | | ${vm2}= | And Configure guest VM with dpdk-testpmd connected via vhost-user
700 | | ... | ${dut2} | ${sock1} | ${sock2} | DUT2_VM1
701 | | Set To Dictionary | ${dut2_vm_refs} | DUT2_VM1 | ${vm2}
702 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
703 | | ... | ${binary_max} | ${traffic_profile}
704 | | ... | ${min_rate} | ${max_rate} | ${threshold} | ${perf_pdr_loss_acceptance}
705 | | ... | ${perf_pdr_loss_acceptance_type}