Find PDR using binary search
[csit.git] / tests / suites / performance / Long_Bridge_Domain_Intel-X520-DA2.robot
1 # Copyright (c) 2016 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.NodePath
17 | Force Tags | 3_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV | PERFTEST_LONG
18 | ...        | NIC_Intel-X520-DA2
19 | Suite Setup | 3-node Performance Suite Setup with DUT's NIC model
20 | ... | L2 | Intel-X520-DA2
21 | Suite Teardown | 3-node Performance Suite Teardown
22 | Test Setup | Setup all DUTs before test
23 | Test Teardown | Run Keyword | Remove startup configuration of VPP from all DUTs
24 | Documentation | *Throughput search suite (based on RFC2544).*
25 | ...
26 | ... | Test suite uses 3-node topology TG - DUT1 - DUT2 - TG, with one link
27 | ... | between nodes. Traffic profile contain 2 L2 streams (1 stream per
28 | ... | direction). Packets contain Ethernet header, IPv4 header,
29 | ... | IP protocol=61 and random payload. Ethernet header MAC addresses are
30 | ... | matching MAC addresses of the TG node.
31
32 *** Test Cases ***
33 | Find NDR by using RFC2544 binary search and 64B frames through bridge domain in 3-node topology
34 | | [Documentation]
35 | | ... | Find throughput with non drop rate for 64B frames by using
36 | | ... | binary search with threshold 0.1Mpps.
37 | | [Tags] | 1_THREAD_NOHTT_RSS_1 | SINGLE_THREAD | NDR
38 | | ${framesize}= | Set Variable | 64
39 | | ${min_rate}= | Set Variable | 100000
40 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_64B}
41 | | ${binary_min}= | Set Variable | ${min_rate}
42 | | ${binary_max}= | Set Variable | ${max_rate}
43 | | ${threshold}= | Set Variable | ${min_rate}
44 | | Given Add '1' worker threads and rss '1' without HTT to all DUTs
45 | | And   Add all PCI devices to all DUTs
46 | | And   Add No Multi Seg to all DUTs
47 | | And   Apply startup configuration on all VPP DUTs
48 | | And   L2 bridge domain initialized in a 3-node circular topology
49 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
50 | | ...                                       | ${binary_max} | 3-node-bridge
51 | | ...                                       | ${min_rate} | ${max_rate}
52 | | ...                                       | ${threshold}
53
54 | Find PDR by using RFC2544 binary search and 64B frames through bridge domain in 3-node topology
55 | | [Documentation]
56 | | ... | Find throughput with partial drop rate for 64B frames by using
57 | | ... | binary search with threshold 0.1Mpps. Loss acceptance is set to 0.5
58 | | ... | percent of transmitted packets.
59 | | [Tags] | 1_THREAD_NOHTT_RSS_1 | SINGLE_THREAD | PDR
60 | | ${framesize}= | Set Variable | 64
61 | | ${min_rate}= | Set Variable | 100000
62 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_64B}
63 | | ${binary_min}= | Set Variable | ${min_rate}
64 | | ${binary_max}= | Set Variable | ${max_rate}
65 | | ${threshold}= | Set Variable | ${min_rate}
66 | | Given Add '1' worker threads and rss '1' without HTT to all DUTs
67 | | And   Add all PCI devices to all DUTs
68 | | And   Add No Multi Seg to all DUTs
69 | | And   Apply startup configuration on all VPP DUTs
70 | | And   L2 bridge domain initialized in a 3-node circular topology
71 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
72 | | ...                                       | ${binary_max} | 3-node-bridge
73 | | ...                                       | ${min_rate} | ${max_rate}
74 | | ...                                       | ${threshold}
75 | | ...                                       | ${glob_loss_acceptance}
76 | | ...                                       | ${glob_loss_acceptance_type}
77
78 | Find NDR by using RFC2544 binary search and 1518B frames through bridge domain in 3-node topology
79 | | [Documentation]
80 | | ... | Find throughput with non drop rate for 1518B frames by using
81 | | ... | binary search with threshold 10,000pps.
82 | | [Tags] | 1_THREAD_NOHTT_RSS_1 | SINGLE_THREAD | NDR
83 | | ${framesize}= | Set Variable | 1518
84 | | ${min_rate}= | Set Variable | 10000
85 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_1518B}
86 | | ${binary_min}= | Set Variable | ${min_rate}
87 | | ${binary_max}= | Set Variable | ${max_rate}
88 | | ${threshold}= | Set Variable | ${min_rate}
89 | | Given Add '1' worker threads and rss '1' without HTT to all DUTs
90 | | And   Add all PCI devices to all DUTs
91 | | And   Add No Multi Seg to all DUTs
92 | | And   Apply startup configuration on all VPP DUTs
93 | | And   L2 bridge domain initialized in a 3-node circular topology
94 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
95 | | ...                                       | ${binary_max} | 3-node-bridge
96 | | ...                                       | ${min_rate} | ${max_rate}
97 | | ...                                       | ${threshold}
98
99 | Find PDR by using RFC2544 binary search and 1518B frames through bridge domain in 3-node topology
100 | | [Documentation]
101 | | ... | Find throughput with partial drop rate for 1518B frames by using
102 | | ... | binary search with threshold 10,000pps. Loss acceptance is set to 0.5
103 | | ... | percent of transmitted packets.
104 | | [Tags] | 1_THREAD_NOHTT_RSS_1 | SINGLE_THREAD | PDR
105 | | ${framesize}= | Set Variable | 1518
106 | | ${min_rate}= | Set Variable | 10000
107 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_1518B}
108 | | ${binary_min}= | Set Variable | ${min_rate}
109 | | ${binary_max}= | Set Variable | ${max_rate}
110 | | ${threshold}= | Set Variable | ${min_rate}
111 | | Given Add '1' worker threads and rss '1' without HTT to all DUTs
112 | | And   Add all PCI devices to all DUTs
113 | | And   Add No Multi Seg to all DUTs
114 | | And   Apply startup configuration on all VPP DUTs
115 | | And   L2 bridge domain initialized in a 3-node circular topology
116 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
117 | | ...                                       | ${binary_max} | 3-node-bridge
118 | | ...                                       | ${min_rate} | ${max_rate}
119 | | ...                                       | ${threshold}
120 | | ...                                       | ${glob_loss_acceptance}
121 | | ...                                       | ${glob_loss_acceptance_type}
122
123 | Find NDR by using RFC2544 binary search and 9000B frames through bridge domain in 3-node topology
124 | | [Documentation]
125 | | ... | Find throughput with non drop rate for 9000B frames by using
126 | | ... | binary search with threshold of 5,000pps.
127 | | [Tags] | 1_THREAD_NOHTT_RSS_1 | SINGLE_THREAD | NDR
128 | | ${framesize}= | Set Variable | 9000
129 | | ${min_rate}= | Set Variable | 5000
130 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_9000B}
131 | | ${binary_min}= | Set Variable | ${min_rate}
132 | | ${binary_max}= | Set Variable | ${max_rate}
133 | | ${threshold}= | Set Variable | ${min_rate}
134 | | Given Add '1' worker threads and rss '1' without HTT to all DUTs
135 | | And   Add all PCI devices to all DUTs
136 | | And   Apply startup configuration on all VPP DUTs
137 | | And   L2 bridge domain initialized in a 3-node circular topology
138 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
139 | | ...                                       | ${binary_max} | 3-node-bridge
140 | | ...                                       | ${min_rate} | ${max_rate}
141 | | ...                                       | ${threshold}
142
143 | Find PDR by using RFC2544 binary search and 9000B frames through bridge domain in 3-node topology
144 | | [Documentation]
145 | | ... | Find throughput with partial drop rate for 9000B frames by using
146 | | ... | binary search with threshold of 5,000pps. Loss acceptance is set to
147 | | ... | 0.5 percent of transmitted packets.
148 | | [Tags] | 1_THREAD_NOHTT_RSS_1 | SINGLE_THREAD | PDR
149 | | ${framesize}= | Set Variable | 9000
150 | | ${min_rate}= | Set Variable | 5000
151 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_9000B}
152 | | ${binary_min}= | Set Variable | ${min_rate}
153 | | ${binary_max}= | Set Variable | ${max_rate}
154 | | ${threshold}= | Set Variable | ${min_rate}
155 | | Given Add '1' worker threads and rss '1' without HTT to all DUTs
156 | | And   Add all PCI devices to all DUTs
157 | | And   Apply startup configuration on all VPP DUTs
158 | | And   L2 bridge domain initialized in a 3-node circular topology
159 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
160 | | ...                                       | ${binary_max} | 3-node-bridge
161 | | ...                                       | ${min_rate} | ${max_rate}
162 | | ...                                       | ${threshold}
163 | | ...                                       | ${glob_loss_acceptance}
164 | | ...                                       | ${glob_loss_acceptance_type}
165
166 | Find NDR with 2 cores and rss 1 by using RFC2544 binary search and 64B frames through bridge domain in 3-node topology
167 | | [Documentation]
168 | | ... | Find throughput on 2 cores with non drop rate for 64B frames by using
169 | | ... | binary search with threshold 0.1Mpps.
170 | | [Tags] | 2_THREAD_NOHTT_RSS_1 | MULTI_THREAD | NDR
171 | | ${framesize}= | Set Variable | 64
172 | | ${min_rate}= | Set Variable | 100000
173 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_64B}
174 | | ${binary_min}= | Set Variable | ${min_rate}
175 | | ${binary_max}= | Set Variable | ${max_rate}
176 | | ${threshold}= | Set Variable | ${min_rate}
177 | | Given Add '2' worker threads and rss '1' without HTT to all DUTs
178 | | And   Add all PCI devices to all DUTs
179 | | And   Add No Multi Seg to all DUTs
180 | | And   Apply startup configuration on all VPP DUTs
181 | | And   L2 bridge domain initialized in a 3-node circular topology
182 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
183 | | ...                                       | ${binary_max} | 3-node-bridge
184 | | ...                                       | ${min_rate} | ${max_rate}
185 | | ...                                       | ${threshold}
186
187 | Find PDR with 2 cores and rss 1 by using RFC2544 binary search and 64B frames through bridge domain in 3-node topology
188 | | [Documentation]
189 | | ... | Find throughput on 2 cores with partial drop rate for 64B frames by
190 | | ... | using binary search with threshold 0.1Mpps. Loss acceptance is set to
191 | | ... | 0.5 percent of transmitted packets.
192 | | [Tags] | 2_THREAD_NOHTT_RSS_1 | MULTI_THREAD | PDR
193 | | ${framesize}= | Set Variable | 64
194 | | ${min_rate}= | Set Variable | 100000
195 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_64B}
196 | | ${binary_min}= | Set Variable | ${min_rate}
197 | | ${binary_max}= | Set Variable | ${max_rate}
198 | | ${threshold}= | Set Variable | ${min_rate}
199 | | Given Add '2' worker threads and rss '1' without HTT to all DUTs
200 | | And   Add all PCI devices to all DUTs
201 | | And   Add No Multi Seg to all DUTs
202 | | And   Apply startup configuration on all VPP DUTs
203 | | And   L2 bridge domain initialized in a 3-node circular topology
204 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
205 | | ...                                       | ${binary_max} | 3-node-bridge
206 | | ...                                       | ${min_rate} | ${max_rate}
207 | | ...                                       | ${threshold}
208 | | ...                                       | ${glob_loss_acceptance}
209 | | ...                                       | ${glob_loss_acceptance_type}
210
211 | Find NDR with 2 cores and rss 1 by using RFC2544 binary search and 1518B frames through bridge domain in 3-node topology
212 | | [Documentation]
213 | | ... | Find throughput on 2 cores with non drop rate for 1518B frames by
214 | | ... | using binary search with threshold 10,000pps.
215 | | [Tags] | 2_THREAD_NOHTT_RSS_1 | MULTI_THREAD | NDR
216 | | ${framesize}= | Set Variable | 1518
217 | | ${min_rate}= | Set Variable | 10000
218 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_1518B}
219 | | ${binary_min}= | Set Variable | ${min_rate}
220 | | ${binary_max}= | Set Variable | ${max_rate}
221 | | ${threshold}= | Set Variable | ${min_rate}
222 | | Given Add '2' worker threads and rss '1' without HTT to all DUTs
223 | | And   Add all PCI devices to all DUTs
224 | | And   Add No Multi Seg to all DUTs
225 | | And   Apply startup configuration on all VPP DUTs
226 | | And   L2 bridge domain initialized in a 3-node circular topology
227 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
228 | | ...                                       | ${binary_max} | 3-node-bridge
229 | | ...                                       | ${min_rate} | ${max_rate}
230 | | ...                                       | ${threshold}
231
232 | Find PDR with 2 cores and rss 1 by using RFC2544 binary search and 1518B frames through bridge domain in 3-node topology
233 | | [Documentation]
234 | | ... | Find throughput on 2 cores with partial drop rate for 1518B frames by
235 | | ... | using binary search with threshold 10,000pps. Loss acceptance is set
236 | | ... | to 0.5 percent of transmitted packets.
237 | | [Tags] | 2_THREAD_NOHTT_RSS_1 | MULTI_THREAD | PDR
238 | | ${framesize}= | Set Variable | 1518
239 | | ${min_rate}= | Set Variable | 10000
240 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_1518B}
241 | | ${binary_min}= | Set Variable | ${min_rate}
242 | | ${binary_max}= | Set Variable | ${max_rate}
243 | | ${threshold}= | Set Variable | ${min_rate}
244 | | Given Add '2' worker threads and rss '1' without HTT to all DUTs
245 | | And   Add all PCI devices to all DUTs
246 | | And   Add No Multi Seg to all DUTs
247 | | And   Apply startup configuration on all VPP DUTs
248 | | And   L2 bridge domain initialized in a 3-node circular topology
249 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
250 | | ...                                       | ${binary_max} | 3-node-bridge
251 | | ...                                       | ${min_rate} | ${max_rate}
252 | | ...                                       | ${threshold}
253 | | ...                                       | ${glob_loss_acceptance}
254 | | ...                                       | ${glob_loss_acceptance_type}
255
256 | Find NDR with 2 cores and rss 1 by using RFC2544 binary search and 9000B frames through bridge domain in 3-node topology
257 | | [Documentation]
258 | | ... | Find throughput on 2 cores with non drop rate for 9000B frames by
259 | | ... | using binary search with threshold 5,000pps.
260 | | [Tags] | 2_THREAD_NOHTT_RSS_1 | MULTI_THREAD | NDR
261 | | ${framesize}= | Set Variable | 9000
262 | | ${min_rate}= | Set Variable | 5000
263 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_9000B}
264 | | ${binary_min}= | Set Variable | ${min_rate}
265 | | ${binary_max}= | Set Variable | ${max_rate}
266 | | ${threshold}= | Set Variable | ${min_rate}
267 | | Given Add '2' worker threads and rss '1' without HTT to all DUTs
268 | | And   Add all PCI devices to all DUTs
269 | | And   Apply startup configuration on all VPP DUTs
270 | | And   L2 bridge domain initialized in a 3-node circular topology
271 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
272 | | ...                                       | ${binary_max} | 3-node-bridge
273 | | ...                                       | ${min_rate} | ${max_rate}
274 | | ...                                       | ${threshold}
275
276 | Find PDR with 2 cores and rss 1 by using RFC2544 binary search and 9000B frames through bridge domain in 3-node topology
277 | | [Documentation]
278 | | ... | Find throughput on 2 cores with partial drop rate for 9000B frames by
279 | | ... | using binary search with threshold 5,000pps. Loss acceptance is set
280 | | ... | to 0.5 percent of transmitted packets.
281 | | [Tags] | 2_THREAD_NOHTT_RSS_1 | MULTI_THREAD | PDR
282 | | ${framesize}= | Set Variable | 9000
283 | | ${min_rate}= | Set Variable | 5000
284 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_9000B}
285 | | ${binary_min}= | Set Variable | ${min_rate}
286 | | ${binary_max}= | Set Variable | ${max_rate}
287 | | ${threshold}= | Set Variable | ${min_rate}
288 | | Given Add '2' worker threads and rss '1' without HTT to all DUTs
289 | | And   Add all PCI devices to all DUTs
290 | | And   Apply startup configuration on all VPP DUTs
291 | | And   L2 bridge domain initialized in a 3-node circular topology
292 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
293 | | ...                                       | ${binary_max} | 3-node-bridge
294 | | ...                                       | ${min_rate} | ${max_rate}
295 | | ...                                       | ${threshold}
296 | | ...                                       | ${glob_loss_acceptance}
297 | | ...                                       | ${glob_loss_acceptance_type}
298
299 | Find NDR with 4 cores and rss 2 by using RFC2544 binary search and 64B frames through bridge domain in 3-node topology
300 | | [Documentation]
301 | | ... | Find throughput on 4 cores and rss 2 with non drop rate for 64B
302 | | ... | frames by using binary search with threshold 0.1Mpps.
303 | | [Tags] | 4_THREAD_NOHTT_RSS_2 | MULTI_THREAD | NDR
304 | | ${framesize}= | Set Variable | 64
305 | | ${min_rate}= | Set Variable | 100000
306 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_64B}
307 | | ${binary_min}= | Set Variable | ${min_rate}
308 | | ${binary_max}= | Set Variable | ${max_rate}
309 | | ${threshold}= | Set Variable | ${min_rate}
310 | | Given Add '4' worker threads and rss '2' without HTT to all DUTs
311 | | And   Add all PCI devices to all DUTs
312 | | And   Add No Multi Seg to all DUTs
313 | | And   Apply startup configuration on all VPP DUTs
314 | | And   L2 bridge domain initialized in a 3-node circular topology
315 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
316 | | ...                                       | ${binary_max} | 3-node-bridge
317 | | ...                                       | ${min_rate} | ${max_rate}
318 | | ...                                       | ${threshold}
319
320 | Find PDR with 4 cores and rss 2 by using RFC2544 binary search and 64B frames through bridge domain in 3-node topology
321 | | [Documentation]
322 | | ... | Find throughput on 4 cores and rss 2 with partial drop rate for 64B
323 | | ... | frames by using binary search with threshold 0.1Mpps. Loss acceptance
324 | | ... | is set to 0.5 percent of transmitted packets.
325 | | [Tags] | 4_THREAD_NOHTT_RSS_2 | MULTI_THREAD | PDR
326 | | ${framesize}= | Set Variable | 64
327 | | ${min_rate}= | Set Variable | 100000
328 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_64B}
329 | | ${binary_min}= | Set Variable | ${min_rate}
330 | | ${binary_max}= | Set Variable | ${max_rate}
331 | | ${threshold}= | Set Variable | ${min_rate}
332 | | Given Add '4' worker threads and rss '2' without HTT to all DUTs
333 | | And   Add all PCI devices to all DUTs
334 | | And   Add No Multi Seg to all DUTs
335 | | And   Apply startup configuration on all VPP DUTs
336 | | And   L2 bridge domain initialized in a 3-node circular topology
337 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
338 | | ...                                       | ${binary_max} | 3-node-bridge
339 | | ...                                       | ${min_rate} | ${max_rate}
340 | | ...                                       | ${threshold}
341 | | ...                                       | ${glob_loss_acceptance}
342 | | ...                                       | ${glob_loss_acceptance_type}
343
344
345 | Find NDR with 4 cores and rss 2 by using RFC2544 binary search and 1518B frames through bridge domain in 3-node topology
346 | | [Documentation]
347 | | ... | Find throughput on 4 cores and rss 2 with non drop rate for 1518B
348 | | ... | frames by using binary search with threshold 10,000pps.
349 | | [Tags] | 4_THREAD_NOHTT_RSS_2 | MULTI_THREAD | NDR
350 | | ${framesize}= | Set Variable | 1518
351 | | ${min_rate}= | Set Variable | 10000
352 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_1518B}
353 | | ${binary_min}= | Set Variable | ${min_rate}
354 | | ${binary_max}= | Set Variable | ${max_rate}
355 | | ${threshold}= | Set Variable | ${min_rate}
356 | | Given Add '4' worker threads and rss '2' without HTT to all DUTs
357 | | And   Add all PCI devices to all DUTs
358 | | And   Add No Multi Seg to all DUTs
359 | | And   Apply startup configuration on all VPP DUTs
360 | | And   L2 bridge domain initialized in a 3-node circular topology
361 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
362 | | ...                                       | ${binary_max} | 3-node-bridge
363 | | ...                                       | ${min_rate} | ${max_rate}
364 | | ...                                       | ${threshold}
365
366 | Find PDR with 4 cores and rss 2 by using RFC2544 binary search and 1518B frames through bridge domain in 3-node topology
367 | | [Documentation]
368 | | ... | Find throughput on 4 cores and rss 2 with partial drop rate for 1518B
369 | | ... | frames by using binary search with threshold 10,000pps. Loss
370 | | ... | acceptance is set to 0.5 percent of transmitted packets.
371 | | [Tags] | 4_THREAD_NOHTT_RSS_2 | MULTI_THREAD | PDR
372 | | ${framesize}= | Set Variable | 1518
373 | | ${min_rate}= | Set Variable | 10000
374 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_1518B}
375 | | ${binary_min}= | Set Variable | ${min_rate}
376 | | ${binary_max}= | Set Variable | ${max_rate}
377 | | ${threshold}= | Set Variable | ${min_rate}
378 | | Given Add '4' worker threads and rss '2' without HTT to all DUTs
379 | | And   Add all PCI devices to all DUTs
380 | | And   Add No Multi Seg to all DUTs
381 | | And   Apply startup configuration on all VPP DUTs
382 | | And   L2 bridge domain initialized in a 3-node circular topology
383 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
384 | | ...                                       | ${binary_max} | 3-node-bridge
385 | | ...                                       | ${min_rate} | ${max_rate}
386 | | ...                                       | ${threshold}
387 | | ...                                       | ${glob_loss_acceptance}
388 | | ...                                       | ${glob_loss_acceptance_type}
389
390 | Find NDR with 4 cores and rss 2 by using RFC2544 binary search and 9000B frames through bridge domain in 3-node topology
391 | | [Documentation]
392 | | ... | Find throughput on 4 cores and rss 2 with non drop rate for 9000B
393 | | ... | frames by using binary search with threshold 5,000pps.
394 | | [Tags] | 4_THREAD_NOHTT_RSS_2 | MULTI_THREAD | NDR
395 | | ${framesize}= | Set Variable | 9000
396 | | ${min_rate}= | Set Variable | 5000
397 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_9000B}
398 | | ${binary_min}= | Set Variable | ${min_rate}
399 | | ${binary_max}= | Set Variable | ${max_rate}
400 | | ${threshold}= | Set Variable | ${min_rate}
401 | | Given Add '4' worker threads and rss '2' without HTT to all DUTs
402 | | And   Add all PCI devices to all DUTs
403 | | And   Apply startup configuration on all VPP DUTs
404 | | And   L2 bridge domain initialized in a 3-node circular topology
405 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
406 | | ...                                       | ${binary_max} | 3-node-bridge
407 | | ...                                       | ${min_rate} | ${max_rate}
408 | | ...                                       | ${threshold}
409
410 | Find PDR with 4 cores and rss 2 by using RFC2544 binary search and 9000B frames through bridge domain in 3-node topology
411 | | [Documentation]
412 | | ... | Find throughput on 4 cores and rss 2 with partial drop rate for 9000B
413 | | ... | frames by using binary search with threshold 5,000pps. Loss
414 | | ... | acceptance is set to 0.5 percent of transmitted packets.
415 | | [Tags] | 4_THREAD_NOHTT_RSS_2 | MULTI_THREAD | PDR
416 | | ${framesize}= | Set Variable | 9000
417 | | ${min_rate}= | Set Variable | 5000
418 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_9000B}
419 | | ${binary_min}= | Set Variable | ${min_rate}
420 | | ${binary_max}= | Set Variable | ${max_rate}
421 | | ${threshold}= | Set Variable | ${min_rate}
422 | | Given Add '4' worker threads and rss '2' without HTT to all DUTs
423 | | And   Add all PCI devices to all DUTs
424 | | And   Apply startup configuration on all VPP DUTs
425 | | And   L2 bridge domain initialized in a 3-node circular topology
426 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
427 | | ...                                       | ${binary_max} | 3-node-bridge
428 | | ...                                       | ${min_rate} | ${max_rate}
429 | | ...                                       | ${threshold}
430 | | ...                                       | ${glob_loss_acceptance}
431 | | ...                                       | ${glob_loss_acceptance_type}
432