SKIP_PATCH for all PDR tests instead of NDR
[csit.git] / tests / perf / Long_IPv6_iAcl_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.Classify.Classify
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 | ... | L3 | Intel-X520-DA2
21 | Suite Teardown | 3-node Performance Suite Teardown
22 | Test Setup | Setup all DUTs before test
23 | Test Teardown | Run Keywords
24 | ...           | Remove startup configuration of VPP from all DUTs
25 | ...           | AND          | Show vpp trace dump on all DUTs
26 | Documentation | *RFC2544: Pkt throughput IPv6 iAcl whitelist test cases*
27 | ...
28 | ... | *[Top] Network Topologies:* TG-DUT1-DUT2-TG 3-node circular topology
29 | ... | with single links between nodes.
30 | ... | *[Enc] Packet Encapsulations:* Eth-IPv6 for IPv6 routing.
31 | ... | *[Cfg] DUT configuration:* DUT1 and DUT2 are configured with IPv6
32 | ... | routing, two static IPv6 /64 routes and IPv6 iAcl security whitelist
33 | ... | ingress /64 filter entries applied on links TG - DUT1 and DUT2 - TG.
34 | ... | DUT1 and DUT2 tested with 2p10GE NIC X520 Niantic by Intel.
35 | ... | *[Ver] TG verification:* TG finds and reports throughput NDR (Non Drop
36 | ... | Rate) with zero packet loss tolerance or throughput PDR (Partial Drop
37 | ... | Rate) with non-zero packet loss tolerance (LT) expressed in percentage
38 | ... | of packets transmitted. NDR and PDR are discovered for different
39 | ... | Ethernet L2 frame sizes using either binary search or linear search
40 | ... | algorithms with configured starting rate and final step that determines
41 | ... | throughput measurement resolution. Test packets are generated by TG on
42 | ... | links to DUTs. TG traffic profile contains two L3 flow-groups
43 | ... | (flow-group per direction, 253 flows per flow-group) with all packets
44 | ... | containing Ethernet header, IPv6 header and generated payload. MAC
45 | ... | addresses are matching MAC addresses of the TG node interfaces.
46 | ... | *[Ref] Applicable standard specifications:* RFC2544.
47
48 *** Test Cases ***
49 | TC01: 78B NDR binary search - DUT IPv6 iAcl whitelist - 1thread 1core 1rxq
50 | | [Documentation]
51 | | ... | [Cfg] DUT runs IPv6 routing and whitelist filters config with \
52 | | ... | 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR
53 | | ... | for 78 Byte frames using binary search start at 10GE linerate,
54 | | ... | step 100kpps.
55 | | [Tags] | 1_THREAD_NOHTT_RXQUEUES_1 | SINGLE_THREAD | NDR
56 | | ${framesize}= | Set Variable | 78
57 | | ${min_rate}= | Set Variable | 100000
58 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_78B}
59 | | ${binary_min}= | Set Variable | ${min_rate}
60 | | ${binary_max}= | Set Variable | ${max_rate}
61 | | ${threshold}= | Set Variable | ${min_rate}
62 | | Given Add '1' worker threads and rxqueues '1' without HTT to all DUTs
63 | | And   Add PCI devices to DUTs from 3-node single link topology
64 | | And   Add No Multi Seg to all DUTs
65 | | And   Apply startup configuration on all VPP DUTs
66 | | And   IPv6 forwarding initialized in a 3-node circular topology
67 | | And   IPv6 iAcl whitelist initialized in a 3-node circular topology
68 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
69 | | ...                                       | ${binary_max} | 3-node-IPv6
70 | | ...                                       | ${min_rate} | ${max_rate}
71 | | ...                                       | ${threshold}
72
73 | TC02: 78B PDR binary search - DUT IPv6 iAcl whitelist - 1thread 1core 1rxq
74 | | [Documentation]
75 | | ... | [Cfg] DUT runs IPv6 routing and whitelist filters config with \
76 | | ... | 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR
77 | | ... | for 78 Byte frames using binary search start at 10GE linerate,
78 | | ... | step 100kpps, LT=0.5%.
79 | | [Tags] | 1_THREAD_NOHTT_RXQUEUES_1 | SINGLE_THREAD | PDR | SKIP_PATCH
80 | | ${framesize}= | Set Variable | 78
81 | | ${min_rate}= | Set Variable | 100000
82 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_78B}
83 | | ${binary_min}= | Set Variable | ${min_rate}
84 | | ${binary_max}= | Set Variable | ${max_rate}
85 | | ${threshold}= | Set Variable | ${min_rate}
86 | | Given Add '1' worker threads and rxqueues '1' without HTT to all DUTs
87 | | And   Add PCI devices to DUTs from 3-node single link topology
88 | | And   Add No Multi Seg to all DUTs
89 | | And   Apply startup configuration on all VPP DUTs
90 | | And   IPv6 forwarding initialized in a 3-node circular topology
91 | | And   IPv6 iAcl whitelist initialized in a 3-node circular topology
92 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
93 | | ...                                       | ${binary_max} | 3-node-IPv6
94 | | ...                                       | ${min_rate} | ${max_rate}
95 | | ...                                       | ${threshold}
96 | | ...                                       | ${glob_loss_acceptance}
97 | | ...                                       | ${glob_loss_acceptance_type}
98
99 | TC03: 1518B NDR binary search - DUT IPv6 iAcl whitelist - 1thread 1core 1rxq
100 | | [Documentation]
101 | | ... | [Cfg] DUT runs IPv6 routing and whitelist filters config with \
102 | | ... | 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR
103 | | ... | for 1518 Byte frames using binary search start at 10GE linerate,
104 | | ... | step 10kpps.
105 | | [Tags] | 1_THREAD_NOHTT_RXQUEUES_1 | SINGLE_THREAD | NDR
106 | | ${framesize}= | Set Variable | 1518
107 | | ${min_rate}= | Set Variable | 10000
108 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_1518B}
109 | | ${binary_min}= | Set Variable | ${min_rate}
110 | | ${binary_max}= | Set Variable | ${max_rate}
111 | | ${threshold}= | Set Variable | ${min_rate}
112 | | Given Add '1' worker threads and rxqueues '1' without HTT to all DUTs
113 | | And   Add PCI devices to DUTs from 3-node single link topology
114 | | And   Add No Multi Seg to all DUTs
115 | | And   Apply startup configuration on all VPP DUTs
116 | | And   IPv6 forwarding initialized in a 3-node circular topology
117 | | And   IPv6 iAcl whitelist initialized in a 3-node circular topology
118 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
119 | | ...                                       | ${binary_max} | 3-node-IPv6
120 | | ...                                       | ${min_rate} | ${max_rate}
121 | | ...                                       | ${threshold}
122
123 | TC04: 1518B PDR binary search - DUT IPv6 iAcl whitelist - 1thread 1core 1rxq
124 | | [Documentation]
125 | | ... | [Cfg] DUT runs IPv6 routing and whitelist filters config with \
126 | | ... | 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR
127 | | ... | for 1518 Byte frames using binary search start at 10GE linerate,
128 | | ... | step 10kpps, LT=0.5%.
129 | | [Tags] | 1_THREAD_NOHTT_RXQUEUES_1 | SINGLE_THREAD | PDR | SKIP_PATCH
130 | | ${framesize}= | Set Variable | 1518
131 | | ${min_rate}= | Set Variable | 10000
132 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_1518B}
133 | | ${binary_min}= | Set Variable | ${min_rate}
134 | | ${binary_max}= | Set Variable | ${max_rate}
135 | | ${threshold}= | Set Variable | ${min_rate}
136 | | Given Add '1' worker threads and rxqueues '1' without HTT to all DUTs
137 | | And   Add PCI devices to DUTs from 3-node single link topology
138 | | And   Add No Multi Seg to all DUTs
139 | | And   Apply startup configuration on all VPP DUTs
140 | | And   IPv6 forwarding initialized in a 3-node circular topology
141 | | And   IPv6 iAcl whitelist initialized in a 3-node circular topology
142 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
143 | | ...                                       | ${binary_max} | 3-node-IPv6
144 | | ...                                       | ${min_rate} | ${max_rate}
145 | | ...                                       | ${threshold}
146 | | ...                                       | ${glob_loss_acceptance}
147 | | ...                                       | ${glob_loss_acceptance_type}
148
149 | TC05: 9000B NDR binary search - DUT IPv6 iAcl whitelist - 1thread 1core 1rxq
150 | | [Documentation]
151 | | ... | [Cfg] DUT runs IPv6 routing and whitelist filters config with \
152 | | ... | 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find NDR
153 | | ... | for 9000 Byte frames using binary search start at 10GE linerate,
154 | | ... | step 5kpps.
155 | | [Tags] | 1_THREAD_NOHTT_RXQUEUES_1 | SINGLE_THREAD | NDR
156 | | ${framesize}= | Set Variable | 9000
157 | | ${min_rate}= | Set Variable | 5000
158 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_9000B}
159 | | ${binary_min}= | Set Variable | ${min_rate}
160 | | ${binary_max}= | Set Variable | ${max_rate}
161 | | ${threshold}= | Set Variable | ${min_rate}
162 | | Given Add '1' worker threads and rxqueues '1' without HTT to all DUTs
163 | | And   Add PCI devices to DUTs from 3-node single link topology
164 | | And   Apply startup configuration on all VPP DUTs
165 | | And   IPv6 forwarding initialized in a 3-node circular topology
166 | | And   IPv6 iAcl whitelist initialized in a 3-node circular topology
167 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
168 | | ...                                       | ${binary_max} | 3-node-IPv6
169 | | ...                                       | ${min_rate} | ${max_rate}
170 | | ...                                       | ${threshold}
171
172 | TC06: 9000B PDR binary search - DUT IPv6 iAcl whitelist - 1thread 1core 1rxq
173 | | [Documentation]
174 | | ... | [Cfg] DUT runs IPv6 routing and whitelist filters config with \
175 | | ... | 1 thread, 1 phy core, 1 receive queue per NIC port. [Ver] Find PDR
176 | | ... | for 9000 Byte frames using binary search start at 10GE linerate,
177 | | ... | step 5kpps, LT=0.5%.
178 | | [Tags] | 1_THREAD_NOHTT_RXQUEUES_1 | SINGLE_THREAD | PDR | SKIP_PATCH
179 | | ${framesize}= | Set Variable | 9000
180 | | ${min_rate}= | Set Variable | 5000
181 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_9000B}
182 | | ${binary_min}= | Set Variable | ${min_rate}
183 | | ${binary_max}= | Set Variable | ${max_rate}
184 | | ${threshold}= | Set Variable | ${min_rate}
185 | | Given Add '1' worker threads and rxqueues '1' without HTT to all DUTs
186 | | And   Add PCI devices to DUTs from 3-node single link topology
187 | | And   Apply startup configuration on all VPP DUTs
188 | | And   IPv6 forwarding initialized in a 3-node circular topology
189 | | And   IPv6 iAcl whitelist initialized in a 3-node circular topology
190 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
191 | | ...                                       | ${binary_max} | 3-node-IPv6
192 | | ...                                       | ${min_rate} | ${max_rate}
193 | | ...                                       | ${threshold}
194 | | ...                                       | ${glob_loss_acceptance}
195 | | ...                                       | ${glob_loss_acceptance_type}
196
197 | TC07: 78B NDR binary search - DUT IPv6 iAcl whitelist - 2threads 2cores 1rxq
198 | | [Documentation]
199 | | ... | [Cfg] DUT runs IPv6 routing and whitelist filters config with \
200 | | ... | 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR
201 | | ... | for 78 Byte frames using binary search start at 10GE linerate,
202 | | ... | step 100kpps.
203 | | [Tags] | 2_THREAD_NOHTT_RXQUEUES_1 | MULTI_THREAD | NDR
204 | | ${framesize}= | Set Variable | 78
205 | | ${min_rate}= | Set Variable | 100000
206 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_78B}
207 | | ${binary_min}= | Set Variable | ${min_rate}
208 | | ${binary_max}= | Set Variable | ${max_rate}
209 | | ${threshold}= | Set Variable | ${min_rate}
210 | | Given Add '2' worker threads and rxqueues '1' without HTT to all DUTs
211 | | And   Add PCI devices to DUTs from 3-node single link topology
212 | | And   Add No Multi Seg to all DUTs
213 | | And   Apply startup configuration on all VPP DUTs
214 | | And   IPv6 forwarding initialized in a 3-node circular topology
215 | | And   IPv6 iAcl whitelist initialized in a 3-node circular topology
216 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
217 | | ...                                       | ${binary_max} | 3-node-IPv6
218 | | ...                                       | ${min_rate} | ${max_rate}
219 | | ...                                       | ${threshold}
220
221 | TC08: 78B PDR binary search - DUT IPv6 iAcl whitelist - 2threads 2cores 1rxq
222 | | [Documentation]
223 | | ... | [Cfg] DUT runs IPv6 routing and whitelist filters config with \
224 | | ... | 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR
225 | | ... | for 78 Byte frames using binary search start at 10GE linerate,
226 | | ... | step 100kpps, LT=0.5%.
227 | | [Tags] | 2_THREAD_NOHTT_RXQUEUES_1 | MULTI_THREAD | PDR | SKIP_PATCH
228 | | ${framesize}= | Set Variable | 78
229 | | ${min_rate}= | Set Variable | 100000
230 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_78B}
231 | | ${binary_min}= | Set Variable | ${min_rate}
232 | | ${binary_max}= | Set Variable | ${max_rate}
233 | | ${threshold}= | Set Variable | ${min_rate}
234 | | Given Add '2' worker threads and rxqueues '1' without HTT to all DUTs
235 | | And   Add PCI devices to DUTs from 3-node single link topology
236 | | And   Add No Multi Seg to all DUTs
237 | | And   Apply startup configuration on all VPP DUTs
238 | | And   IPv6 forwarding initialized in a 3-node circular topology
239 | | And   IPv6 iAcl whitelist initialized in a 3-node circular topology
240 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
241 | | ...                                       | ${binary_max} | 3-node-IPv6
242 | | ...                                       | ${min_rate} | ${max_rate}
243 | | ...                                       | ${threshold}
244 | | ...                                       | ${glob_loss_acceptance}
245 | | ...                                       | ${glob_loss_acceptance_type}
246
247 | TC09: 1518B NDR binary search - DUT IPv6 iAcl whitelist - 2threads 2cores 1rxq
248 | | [Documentation]
249 | | ... | [Cfg] DUT runs IPv6 routing and whitelist filters config with \
250 | | ... | 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR
251 | | ... | for 1518 Byte frames using binary search start at 10GE linerate,
252 | | ... | step 10kpps.
253 | | [Tags] | 2_THREAD_NOHTT_RXQUEUES_1 | MULTI_THREAD | NDR | SKIP_PATCH
254 | | ${framesize}= | Set Variable | 1518
255 | | ${min_rate}= | Set Variable | 10000
256 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_1518B}
257 | | ${binary_min}= | Set Variable | ${min_rate}
258 | | ${binary_max}= | Set Variable | ${max_rate}
259 | | ${threshold}= | Set Variable | ${min_rate}
260 | | Given Add '2' worker threads and rxqueues '1' without HTT to all DUTs
261 | | And   Add PCI devices to DUTs from 3-node single link topology
262 | | And   Add No Multi Seg to all DUTs
263 | | And   Apply startup configuration on all VPP DUTs
264 | | And   IPv6 forwarding initialized in a 3-node circular topology
265 | | And   IPv6 iAcl whitelist initialized in a 3-node circular topology
266 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
267 | | ...                                       | ${binary_max} | 3-node-IPv6
268 | | ...                                       | ${min_rate} | ${max_rate}
269 | | ...                                       | ${threshold}
270
271 | TC10: 1518B PDR binary search - DUT IPv6 iAcl whitelist - 2threads 2cores 1rxq
272 | | [Documentation]
273 | | ... | [Cfg] DUT runs IPv6 routing and whitelist filters config with \
274 | | ... | 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR
275 | | ... | for 1518 Byte frames using binary search start at 10GE linerate,
276 | | ... | step 10kpps, LT=0.5%.
277 | | [Tags] | 2_THREAD_NOHTT_RXQUEUES_1 | MULTI_THREAD | PDR | SKIP_PATCH
278 | | ${framesize}= | Set Variable | 1518
279 | | ${min_rate}= | Set Variable | 10000
280 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_1518B}
281 | | ${binary_min}= | Set Variable | ${min_rate}
282 | | ${binary_max}= | Set Variable | ${max_rate}
283 | | ${threshold}= | Set Variable | ${min_rate}
284 | | Given Add '2' worker threads and rxqueues '1' without HTT to all DUTs
285 | | And   Add PCI devices to DUTs from 3-node single link topology
286 | | And   Add No Multi Seg to all DUTs
287 | | And   Apply startup configuration on all VPP DUTs
288 | | And   IPv6 forwarding initialized in a 3-node circular topology
289 | | And   IPv6 iAcl whitelist initialized in a 3-node circular topology
290 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
291 | | ...                                       | ${binary_max} | 3-node-IPv6
292 | | ...                                       | ${min_rate} | ${max_rate}
293 | | ...                                       | ${threshold}
294 | | ...                                       | ${glob_loss_acceptance}
295 | | ...                                       | ${glob_loss_acceptance_type}
296
297 | TC11: 9000B NDR binary search - DUT IPv6 iAcl whitelist - 2threads 2cores 1rxq
298 | | [Documentation]
299 | | ... | [Cfg] DUT runs IPv6 routing and whitelist filters config with \
300 | | ... | 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find NDR
301 | | ... | for 9000 Byte frames using binary search start at 10GE linerate,
302 | | ... | step 5kpps.
303 | | [Tags] | 2_THREAD_NOHTT_RXQUEUES_1 | MULTI_THREAD | NDR | SKIP_PATCH
304 | | ${framesize}= | Set Variable | 9000
305 | | ${min_rate}= | Set Variable | 5000
306 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_9000B}
307 | | ${binary_min}= | Set Variable | ${min_rate}
308 | | ${binary_max}= | Set Variable | ${max_rate}
309 | | ${threshold}= | Set Variable | ${min_rate}
310 | | Given Add '2' worker threads and rxqueues '1' without HTT to all DUTs
311 | | And   Add PCI devices to DUTs from 3-node single link topology
312 | | And   Apply startup configuration on all VPP DUTs
313 | | And   IPv6 forwarding initialized in a 3-node circular topology
314 | | And   IPv6 iAcl whitelist initialized in a 3-node circular topology
315 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
316 | | ...                                       | ${binary_max} | 3-node-IPv6
317 | | ...                                       | ${min_rate} | ${max_rate}
318 | | ...                                       | ${threshold}
319
320 | TC12: 9000B PDR binary search - DUT IPv6 iAcl whitelist - 2threads 2cores 1rxq
321 | | [Documentation]
322 | | ... | [Cfg] DUT runs IPv6 routing and whitelist filters config with \
323 | | ... | 2 threads, 2 phy cores, 1 receive queue per NIC port. [Ver] Find PDR
324 | | ... | for 9000 Byte frames using binary search start at 10GE linerate,
325 | | ... | step 5kpps, LT=0.5%.
326 | | [Tags] | 2_THREAD_NOHTT_RXQUEUES_1 | MULTI_THREAD | PDR | SKIP_PATCH
327 | | ${framesize}= | Set Variable | 9000
328 | | ${min_rate}= | Set Variable | 5000
329 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_9000B}
330 | | ${binary_min}= | Set Variable | ${min_rate}
331 | | ${binary_max}= | Set Variable | ${max_rate}
332 | | ${threshold}= | Set Variable | ${min_rate}
333 | | Given Add '2' worker threads and rxqueues '1' without HTT to all DUTs
334 | | And   Add PCI devices to DUTs from 3-node single link topology
335 | | And   Apply startup configuration on all VPP DUTs
336 | | And   IPv6 forwarding initialized in a 3-node circular topology
337 | | And   IPv6 iAcl whitelist initialized in a 3-node circular topology
338 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
339 | | ...                                       | ${binary_max} | 3-node-IPv6
340 | | ...                                       | ${min_rate} | ${max_rate}
341 | | ...                                       | ${threshold}
342 | | ...                                       | ${glob_loss_acceptance}
343 | | ...                                       | ${glob_loss_acceptance_type}
344
345 | TC13: 78B NDR binary search - DUT IPv6 iAcl whitelist - 4threads 4cores 2rxq
346 | | [Documentation]
347 | | ... | [Cfg] DUT runs IPv6 routing and whitelist filters config with \
348 | | ... | 4 threads, 4 phy cores, 2 receive queue per NIC port. [Ver] Find NDR
349 | | ... | for 78 Byte frames using binary search start at 10GE linerate,
350 | | ... | step 100kpps.
351 | | [Tags] | 4_THREAD_NOHTT_RXQUEUES_2 | MULTI_THREAD | NDR
352 | | ${framesize}= | Set Variable | 78
353 | | ${min_rate}= | Set Variable | 100000
354 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_78B}
355 | | ${binary_min}= | Set Variable | ${min_rate}
356 | | ${binary_max}= | Set Variable | ${max_rate}
357 | | ${threshold}= | Set Variable | ${min_rate}
358 | | Given Add '4' worker threads and rxqueues '2' without HTT to all DUTs
359 | | And   Add PCI devices to DUTs from 3-node single link topology
360 | | And   Add No Multi Seg to all DUTs
361 | | And   Apply startup configuration on all VPP DUTs
362 | | And   IPv6 forwarding initialized in a 3-node circular topology
363 | | And   IPv6 iAcl whitelist initialized in a 3-node circular topology
364 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
365 | | ...                                       | ${binary_max} | 3-node-IPv6
366 | | ...                                       | ${min_rate} | ${max_rate}
367 | | ...                                       | ${threshold}
368
369 | TC14: 78B PDR binary search - DUT IPv6 iAcl whitelist - 4threads 4cores 2rxq
370 | | [Documentation]
371 | | ... | [Cfg] DUT runs IPv6 routing and whitelist filters config with \
372 | | ... | 4 threads, 4 phy cores, 2 receive queue per NIC port. [Ver] Find PDR
373 | | ... | for 78 Byte frames using binary search start at 10GE linerate,
374 | | ... | step 100kpps, LT=0.5%.
375 | | [Tags] | 4_THREAD_NOHTT_RXQUEUES_2 | MULTI_THREAD | PDR | SKIP_PATCH
376 | | ${framesize}= | Set Variable | 78
377 | | ${min_rate}= | Set Variable | 100000
378 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_78B}
379 | | ${binary_min}= | Set Variable | ${min_rate}
380 | | ${binary_max}= | Set Variable | ${max_rate}
381 | | ${threshold}= | Set Variable | ${min_rate}
382 | | Given Add '4' worker threads and rxqueues '2' without HTT to all DUTs
383 | | And   Add PCI devices to DUTs from 3-node single link topology
384 | | And   Add No Multi Seg to all DUTs
385 | | And   Apply startup configuration on all VPP DUTs
386 | | And   IPv6 forwarding initialized in a 3-node circular topology
387 | | And   IPv6 iAcl whitelist initialized in a 3-node circular topology
388 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
389 | | ...                                       | ${binary_max} | 3-node-IPv6
390 | | ...                                       | ${min_rate} | ${max_rate}
391 | | ...                                       | ${threshold}
392 | | ...                                       | ${glob_loss_acceptance}
393 | | ...                                       | ${glob_loss_acceptance_type}
394
395 | TC15: 1518B NDR binary search - DUT IPv6 iAcl whitelist - 4threads 4cores 2rxq
396 | | [Documentation]
397 | | ... | [Cfg] DUT runs IPv6 routing and whitelist filters config with \
398 | | ... | 4 threads, 4 phy cores, 2 receive queue per NIC port. [Ver] Find NDR
399 | | ... | for 1518 Byte frames using binary search start at 10GE linerate,
400 | | ... | step 10kpps.
401 | | [Tags] | 4_THREAD_NOHTT_RXQUEUES_2 | MULTI_THREAD | NDR | SKIP_PATCH
402 | | ${framesize}= | Set Variable | 1518
403 | | ${min_rate}= | Set Variable | 10000
404 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_1518B}
405 | | ${binary_min}= | Set Variable | ${min_rate}
406 | | ${binary_max}= | Set Variable | ${max_rate}
407 | | ${threshold}= | Set Variable | ${min_rate}
408 | | Given Add '4' worker threads and rxqueues '2' without HTT to all DUTs
409 | | And   Add PCI devices to DUTs from 3-node single link topology
410 | | And   Add No Multi Seg to all DUTs
411 | | And   Apply startup configuration on all VPP DUTs
412 | | And   IPv6 forwarding initialized in a 3-node circular topology
413 | | And   IPv6 iAcl whitelist initialized in a 3-node circular topology
414 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
415 | | ...                                       | ${binary_max} | 3-node-IPv6
416 | | ...                                       | ${min_rate} | ${max_rate}
417 | | ...                                       | ${threshold}
418
419 | TC16: 1518B PDR binary search - DUT IPv6 iAcl whitelist - 4threads 4cores 2rxq
420 | | [Documentation]
421 | | ... | [Cfg] DUT runs IPv6 routing and whitelist filters config with \
422 | | ... | 4 threads, 4 phy cores, 2 receive queue per NIC port. [Ver] Find PDR
423 | | ... | for 1518 Byte frames using binary search start at 10GE linerate,
424 | | ... | step 10kpps, LT=0.5%.
425 | | [Tags] | 4_THREAD_NOHTT_RXQUEUES_2 | MULTI_THREAD | PDR | SKIP_PATCH
426 | | ${framesize}= | Set Variable | 1518
427 | | ${min_rate}= | Set Variable | 10000
428 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_1518B}
429 | | ${binary_min}= | Set Variable | ${min_rate}
430 | | ${binary_max}= | Set Variable | ${max_rate}
431 | | ${threshold}= | Set Variable | ${min_rate}
432 | | Given Add '4' worker threads and rxqueues '2' without HTT to all DUTs
433 | | And   Add PCI devices to DUTs from 3-node single link topology
434 | | And   Add No Multi Seg to all DUTs
435 | | And   Apply startup configuration on all VPP DUTs
436 | | And   IPv6 forwarding initialized in a 3-node circular topology
437 | | And   IPv6 iAcl whitelist initialized in a 3-node circular topology
438 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
439 | | ...                                       | ${binary_max} | 3-node-IPv6
440 | | ...                                       | ${min_rate} | ${max_rate}
441 | | ...                                       | ${threshold}
442 | | ...                                       | ${glob_loss_acceptance}
443 | | ...                                       | ${glob_loss_acceptance_type}
444
445 | TC17: 9000B NDR binary search - DUT IPv6 iAcl whitelist - 4threads 4cores 2rxq
446 | | [Documentation]
447 | | ... | [Cfg] DUT runs IPv6 routing and whitelist filters config with \
448 | | ... | 4 threads, 4 phy cores, 2 receive queue per NIC port. [Ver] Find NDR
449 | | ... | for 9000 Byte frames using binary search start at 10GE linerate,
450 | | ... | step 5kpps.
451 | | [Tags] | 4_THREAD_NOHTT_RXQUEUES_2 | MULTI_THREAD | NDR | SKIP_PATCH
452 | | ${framesize}= | Set Variable | 9000
453 | | ${min_rate}= | Set Variable | 5000
454 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_9000B}
455 | | ${binary_min}= | Set Variable | ${min_rate}
456 | | ${binary_max}= | Set Variable | ${max_rate}
457 | | ${threshold}= | Set Variable | ${min_rate}
458 | | Given Add '4' worker threads and rxqueues '2' without HTT to all DUTs
459 | | And   Add PCI devices to DUTs from 3-node single link topology
460 | | And   Apply startup configuration on all VPP DUTs
461 | | And   IPv6 forwarding initialized in a 3-node circular topology
462 | | And   IPv6 iAcl whitelist initialized in a 3-node circular topology
463 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
464 | | ...                                       | ${binary_max} | 3-node-IPv6
465 | | ...                                       | ${min_rate} | ${max_rate}
466 | | ...                                       | ${threshold}
467
468 | TC18: 9000B PDR binary search - DUT IPv6 iAcl whitelist - 4threads 4cores 2rxq
469 | | [Documentation]
470 | | ... | [Cfg] DUT runs IPv6 routing and whitelist filters config with \
471 | | ... | 4 threads, 4 phy cores, 2 receive queue per NIC port. [Ver] Find PDR
472 | | ... | for 9000 Byte frames using binary search start at 10GE linerate,
473 | | ... | step 5kpps, LT=0.5%.
474 | | [Tags] | 4_THREAD_NOHTT_RXQUEUES_2 | MULTI_THREAD | PDR | SKIP_PATCH
475 | | ${framesize}= | Set Variable | 9000
476 | | ${min_rate}= | Set Variable | 5000
477 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_9000B}
478 | | ${binary_min}= | Set Variable | ${min_rate}
479 | | ${binary_max}= | Set Variable | ${max_rate}
480 | | ${threshold}= | Set Variable | ${min_rate}
481 | | Given Add '4' worker threads and rxqueues '2' without HTT to all DUTs
482 | | And   Add PCI devices to DUTs from 3-node single link topology
483 | | And   Apply startup configuration on all VPP DUTs
484 | | And   IPv6 forwarding initialized in a 3-node circular topology
485 | | And   IPv6 iAcl whitelist initialized in a 3-node circular topology
486 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
487 | | ...                                       | ${binary_max} | 3-node-IPv6
488 | | ...                                       | ${min_rate} | ${max_rate}
489 | | ...                                       | ${threshold}
490 | | ...                                       | ${glob_loss_acceptance}
491 | | ...                                       | ${glob_loss_acceptance_type}