CSIT-861: SW cryptodev perf tests
[csit.git] / tests / vpp / perf / crypto / 40ge2p1xl710-ethip4ipsectptlispgpe-ip4base-cbc-sha1-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/performance_setup.robot
16 | Resource | resources/libraries/robot/crypto/ipsec.robot
17 | Resource | resources/libraries/robot/overlay/lispgpe.robot
18 | ...
19 | Variables | resources/test_data/lisp/performance/lisp_static_adjacency.py
20 | Force Tags | 3_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV | NDRPDRDISC | IP4FWD
21 | ... | LISPGPE | IPSEC | IPSECHW | IPSECTRAN | ENCAP | IP4UNRLAY | IP4OVRLAY
22 | ... | NIC_Intel-XL710
23 | ...
24 | Suite Setup | Set up IPSec performance test suite | L3 | Intel-XL710
25 | ...
26 | Suite Teardown | Tear down 3-node performance topology
27 | ...
28 | Test Setup | Set up performance test
29 | ...
30 | Test Teardown | Tear down performance discovery test | ${min_rate}pps
31 | ... | ${framesize} | ${traffic_profile}
32 | ...
33 | Documentation | *IPv4 IPsec transport mode performance test suite.*
34 | ...
35 | ... | *[Top] Network Topologies:* TG-DUT1-DUT2-TG 3-node circular topology\
36 | ... | with single links between nodes.
37 | ... | *[Enc] Packet Encapsulations:* Eth-IPv4 on TG-DUTn,\
38 | ... | Eth-IPv4-IPSec-LISPGPE-IPv4 on DUT1-DUT2
39 | ... | *[Cfg] DUT configuration:* Each DUT is configured with LISP and IPsec\
40 | ... | in each direction. IPsec is in transport mode. DUTs get IPv4 traffic\
41 | ... | from TG, encrypt it and send to another DUT, where packets are\
42 | ... | decrypted and sent back to TG.
43 | ... | *[Ver] TG verification:* TG finds and reports throughput NDR (Non Drop\
44 | ... | Rate) with zero packet loss tolerance or throughput PDR (Partial Drop\
45 | ... | Rate) with non-zero packet loss tolerance (LT) expressed in number\
46 | ... | of packets transmitted. NDR is discovered for different\
47 | ... | number of IPsec tunnels using binary search algorithms with configured\
48 | ... | starting rate and final step that determines throughput measurement\
49 | ... | resolution. Test packets are generated by TG on\
50 | ... | links to DUTs. TG traffic profile contains two L3 flow-groups\
51 | ... | (flow-group per direction, number of flows per flow-group equals to\
52 | ... | number of IPSec tunnels) with all packets\
53 | ... | containing Ethernet header, IPv4 header with IP protocol=61 and\
54 | ... | static payload. MAC addresses are matching MAC addresses of the TG\
55 | ... | node interfaces. Incrementing of IP.dst (IPv4 destination address)\
56 | ... | field is applied to both streams.
57 | ... | *[Ref] Applicable standard specifications:* RFC6830, RFC4303 and\
58 | ... | RFC2544.
59
60 *** Variables ***
61 # XL710-DA2 bandwidth limit ~49Gbps/2=24.5Gbps
62 | ${s_24.5G} | ${24500000000}
63 # XL710-DA2 Mpps limit 37.5Mpps/2=18.75Mpps
64 | ${s_18.75Mpps} | ${18750000}
65 | ${dut2_spi}= | ${1000}
66 | ${dut1_spi}= | ${1001}
67 | ${ESP_PROTO}= | ${50}
68 | ${ipsec_overhead}= | ${54}
69 # Traffic profile:
70 | ${traffic_profile} | trex-sl-3n-ethip4-ip4src253
71
72 *** Test Cases ***
73 | tc01-64B-1t1c-ethip4ipsectptlispgpe-ip4base-cbc-sha1-ndrdisc
74 | | [Documentation]
75 | | ... | [Cfg] Each DUT is configured with LISP and IPsec in each direction.\
76 | | ... | IPsec is in transport mode. DUTs are configured with 1 thread, 1 phy\
77 | | ... | core, 1 receive queue per NIC port.
78 | | ... | [Ver] Find NDR for 64 Byte frames using binary search start at 40GE\
79 | | ... | linerate, step 100kpps.
80 | | ...
81 | | [Tags] | 64B | 1T1C | STHREAD | NDRDISC
82 | | ...
83 | | ${framesize}= | Set Variable | ${64}
84 | | ${min_rate}= | Set Variable | ${10000}
85 | | ${max_rate}= | Set Variable | ${s_18.75Mpps}
86 | | ${binary_min}= | Set Variable | ${min_rate}
87 | | ${binary_max}= | Set Variable | ${max_rate}
88 | | ${threshold}= | Set Variable | ${min_rate}
89 | | ${encr_alg}= | Crypto Alg AES CBC 128
90 | | ${auth_alg}= | Integ Alg SHA1 96
91 | | Given Add '1' worker threads and '1' rxqueues in 3-node single-link circular topology
92 | | And Generate keys for IPSec | ${encr_alg} | ${auth_alg}
93 | | And Add PCI devices to DUTs in 3-node single link topology
94 | | And Add no multi seg to all DUTs
95 | | And Add cryptodev to all DUTs | ${1}
96 | | And Add DPDK dev default RXD to all DUTs | 2048
97 | | And Add DPDK dev default TXD to all DUTs | 2048
98 | | And Apply startup configuration on all VPP DUTs
99 | | When Initialize LISP GPE IPv4 over IPsec in 3-node circular topology
100 | | ... | ${encr_alg} | ${auth_alg}
101 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
102 | | ... | ${binary_max} | ${traffic_profile}
103 | | ... | ${min_rate} | ${max_rate} | ${threshold}
104
105 | tc02-64B-1t1c-ethip4ipsectptlispgpe-ip4base-cbc-sha1-pdrdisc
106 | | [Documentation]
107 | | ... | [Cfg] Each DUT is configured with LISP and IPsec in each direction.\
108 | | ... | IPsec is in transport mode. DUTs are configured with 1 thread, 1 phy\
109 | | ... | core, 1 receive queue per NIC port.
110 | | ... | [Ver] Find NDR for 64 Byte frames using binary search start at 40GE\
111 | | ... | linerate, step 100kpps, LT=0.5%.
112 | | ...
113 | | [Tags] | 64B | 1T1C | STHREAD | PDRDISC | SKIP_PATCH
114 | | ...
115 | | ${framesize}= | Set Variable | ${64}
116 | | ${min_rate}= | Set Variable | ${10000}
117 | | ${max_rate}= | Set Variable | ${s_18.75Mpps}
118 | | ${binary_min}= | Set Variable | ${min_rate}
119 | | ${binary_max}= | Set Variable | ${max_rate}
120 | | ${threshold}= | Set Variable | ${min_rate}
121 | | ${encr_alg}= | Crypto Alg AES CBC 128
122 | | ${auth_alg}= | Integ Alg SHA1 96
123 | | Given Add '1' worker threads and '1' rxqueues in 3-node single-link circular topology
124 | | And Generate keys for IPSec | ${encr_alg} | ${auth_alg}
125 | | And Add PCI devices to DUTs in 3-node single link topology
126 | | And Add no multi seg to all DUTs
127 | | And Add cryptodev to all DUTs | ${1}
128 | | And Add DPDK dev default RXD to all DUTs | 2048
129 | | And Add DPDK dev default TXD to all DUTs | 2048
130 | | And Apply startup configuration on all VPP DUTs
131 | | When Initialize LISP GPE IPv4 over IPsec in 3-node circular topology
132 | | ... | ${encr_alg} | ${auth_alg}
133 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
134 | | ... | ${binary_max} | ${traffic_profile}
135 | | ... | ${min_rate} | ${max_rate} | ${threshold}
136 | | ... | ${perf_pdr_loss_acceptance} | ${perf_pdr_loss_acceptance_type}
137
138 | tc03-1518B-1t1c-ethip4ipsectptlispgpe-ip4base-cbc-sha1-ndrdisc
139 | | [Documentation]
140 | | ... | [Cfg] Each DUT is configured with LISP and IPsec in each direction.\
141 | | ... | IPsec is in transport mode. DUTs are configured with 1 thread, 1 phy\
142 | | ... | core, 1 receive queue per NIC port.
143 | | ... | [Ver] Find NDR for 1518 Byte frames using binary search start at 40GE\
144 | | ... | linerate, step 100kpps.
145 | | ...
146 | | [Tags] | 1518B | 1T1C | STHREAD | NDRDISC
147 | | ...
148 | | ${framesize}= | Set Variable | ${1518}
149 | | ${min_rate}= | Set Variable | ${10000}
150 | | ${max_rate}= | Calculate pps | ${s_24.5G} | ${framesize + ${ipsec_overhead}}
151 | | ${binary_min}= | Set Variable | ${min_rate}
152 | | ${binary_max}= | Set Variable | ${max_rate}
153 | | ${threshold}= | Set Variable | ${min_rate}
154 | | ${encr_alg}= | Crypto Alg AES CBC 128
155 | | ${auth_alg}= | Integ Alg SHA1 96
156 | | Given Add '1' worker threads and '1' rxqueues in 3-node single-link circular topology
157 | | And Generate keys for IPSec | ${encr_alg} | ${auth_alg}
158 | | And Add PCI devices to DUTs in 3-node single link topology
159 | | And Add cryptodev to all DUTs | ${1}
160 | | And Add DPDK dev default RXD to all DUTs | 2048
161 | | And Add DPDK dev default TXD to all DUTs | 2048
162 | | And Apply startup configuration on all VPP DUTs
163 | | When Initialize LISP GPE IPv4 over IPsec in 3-node circular topology
164 | | ... | ${encr_alg} | ${auth_alg}
165 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
166 | | ... | ${binary_max} | ${traffic_profile}
167 | | ... | ${min_rate} | ${max_rate} | ${threshold}
168
169 | tc04-1518B-1t1c-ethip4ipsectptlispgpe-ip4base-cbc-sha1-pdrdisc
170 | | [Documentation]
171 | | ... | [Cfg] Each DUT is configured with LISP and IPsec in each direction.\
172 | | ... | IPsec is in transport mode. DUTs are configured with 1 thread, 1 phy\
173 | | ... | core, 1 receive queue per NIC port.
174 | | ... | [Ver] Find NDR for 1518 Byte frames using binary search start at 40GE\
175 | | ... | linerate, step 100kpps, LT=0.5%.
176 | | ...
177 | | [Tags] | 1518B | 1T1C | STHREAD | PDRDISC | SKIP_PATCH
178 | | ...
179 | | ${framesize}= | Set Variable | ${1518}
180 | | ${min_rate}= | Set Variable | ${10000}
181 | | ${max_rate}= | Calculate pps | ${s_24.5G} | ${framesize + ${ipsec_overhead}}
182 | | ${binary_min}= | Set Variable | ${min_rate}
183 | | ${binary_max}= | Set Variable | ${max_rate}
184 | | ${threshold}= | Set Variable | ${min_rate}
185 | | ${encr_alg}= | Crypto Alg AES CBC 128
186 | | ${auth_alg}= | Integ Alg SHA1 96
187 | | Given Add '1' worker threads and '1' rxqueues in 3-node single-link circular topology
188 | | And Generate keys for IPSec | ${encr_alg} | ${auth_alg}
189 | | And Add PCI devices to DUTs in 3-node single link topology
190 | | And Add cryptodev to all DUTs | ${1}
191 | | And Add DPDK dev default RXD to all DUTs | 2048
192 | | And Add DPDK dev default TXD to all DUTs | 2048
193 | | And Apply startup configuration on all VPP DUTs
194 | | When Initialize LISP GPE IPv4 over IPsec in 3-node circular topology
195 | | ... | ${encr_alg} | ${auth_alg}
196 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
197 | | ... | ${binary_max} | ${traffic_profile}
198 | | ... | ${min_rate} | ${max_rate} | ${threshold}
199 | | ... | ${perf_pdr_loss_acceptance} | ${perf_pdr_loss_acceptance_type}
200
201 | tc05-IMIX-1t1c-ethip4ipsectptlispgpe-ip4base-cbc-sha1-ndrdisc
202 | | [Documentation]
203 | | ... | [Cfg] Each DUT is configured with LISP and IPsec in each direction.\
204 | | ... | IPsec is in transport mode. DUTs are configured with 1 thread, 1 phy\
205 | | ... | core, 1 receive queue per NIC port.
206 | | ... | [Ver] Find NDR for IMIX_v4_1 frames using binary search start at 40GE\
207 | | ... | linerate, step 100kpps.
208 | | ...
209 | | [Tags] | IMIX | 1T1C | STHREAD | NDRDISC
210 | | ...
211 | | ${framesize}= | Set Variable | IMIX_v4_1
212 | | ${imix_size}= | Get Frame Size | ${framesize}
213 | | ${min_rate}= | Set Variable | ${10000}
214 | | ${max_rate}= | Calculate pps | ${s_24.5G} | ${imix_size} + ${ipsec_overhead}
215 | | ${binary_min}= | Set Variable | ${min_rate}
216 | | ${binary_max}= | Set Variable | ${max_rate}
217 | | ${threshold}= | Set Variable | ${min_rate}
218 | | ${encr_alg}= | Crypto Alg AES CBC 128
219 | | ${auth_alg}= | Integ Alg SHA1 96
220 | | Given Add '1' worker threads and '1' rxqueues in 3-node single-link circular topology
221 | | And Generate keys for IPSec | ${encr_alg} | ${auth_alg}
222 | | And Add PCI devices to DUTs in 3-node single link topology
223 | | And Add cryptodev to all DUTs | ${1}
224 | | And Add DPDK dev default RXD to all DUTs | 2048
225 | | And Add DPDK dev default TXD to all DUTs | 2048
226 | | And Apply startup configuration on all VPP DUTs
227 | | When Initialize LISP GPE IPv4 over IPsec in 3-node circular topology
228 | | ... | ${encr_alg} | ${auth_alg}
229 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
230 | | ... | ${binary_max} | ${traffic_profile}
231 | | ... | ${min_rate} | ${max_rate} | ${threshold}
232
233 | tc06-IMIX-1t1c-ethip4ipsectptlispgpe-ip4base-cbc-sha1-pdrdisc
234 | | [Documentation]
235 | | ... | [Cfg] Each DUT is configured with LISP and IPsec in each direction.\
236 | | ... | IPsec is in transport mode. DUTs are configured with 1 thread, 1 phy\
237 | | ... | core, 1 receive queue per NIC port.
238 | | ... | [Ver] Find NDR for IMIX_v4_1 frames using binary search start at 40GE\
239 | | ... | linerate, step 100kpps, LT=0.5%.
240 | | ...
241 | | [Tags] | IMIX | 1T1C | STHREAD | PDRDISC | SKIP_PATCH
242 | | ...
243 | | ${framesize}= | Set Variable | IMIX_v4_1
244 | | ${imix_size}= | Get Frame Size | ${framesize}
245 | | ${min_rate}= | Set Variable | ${10000}
246 | | ${max_rate}= | Calculate pps | ${s_24.5G} | ${imix_size} + ${ipsec_overhead}
247 | | ${binary_min}= | Set Variable | ${min_rate}
248 | | ${binary_max}= | Set Variable | ${max_rate}
249 | | ${threshold}= | Set Variable | ${min_rate}
250 | | ${encr_alg}= | Crypto Alg AES CBC 128
251 | | ${auth_alg}= | Integ Alg SHA1 96
252 | | Given Add '1' worker threads and '1' rxqueues in 3-node single-link circular topology
253 | | And Generate keys for IPSec | ${encr_alg} | ${auth_alg}
254 | | And Add PCI devices to DUTs in 3-node single link topology
255 | | And Add cryptodev to all DUTs | ${1}
256 | | And Add DPDK dev default RXD to all DUTs | 2048
257 | | And Add DPDK dev default TXD to all DUTs | 2048
258 | | And Apply startup configuration on all VPP DUTs
259 | | When Initialize LISP GPE IPv4 over IPsec in 3-node circular topology
260 | | ... | ${encr_alg} | ${auth_alg}
261 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
262 | | ... | ${binary_max} | ${traffic_profile}
263 | | ... | ${min_rate} | ${max_rate} | ${threshold}
264 | | ... | ${perf_pdr_loss_acceptance} | ${perf_pdr_loss_acceptance_type}
265
266 | tc07-64B-2t2c-ethip4ipsectptlispgpe-ip4base-cbc-sha1-ndrdisc
267 | | [Documentation]
268 | | ... | [Cfg] Each DUT is configured with LISP and IPsec in each direction.\
269 | | ... | IPsec is in transport mode. DUTs are configured with 2 threads, 2 phy\
270 | | ... | cores, 1 receive queue per NIC port.
271 | | ... | [Ver] Find NDR for 64 Byte frames using binary search start at 40GE\
272 | | ... | linerate, step 100kpps.
273 | | ...
274 | | [Tags] | 64B | 2T2C | MTHREAD | NDRDISC
275 | | ...
276 | | ${framesize}= | Set Variable | ${64}
277 | | ${min_rate}= | Set Variable | ${10000}
278 | | ${max_rate}= | Set Variable | ${s_18.75Mpps}
279 | | ${binary_min}= | Set Variable | ${min_rate}
280 | | ${binary_max}= | Set Variable | ${max_rate}
281 | | ${threshold}= | Set Variable | ${min_rate}
282 | | ${encr_alg}= | Crypto Alg AES CBC 128
283 | | ${auth_alg}= | Integ Alg SHA1 96
284 | | Given Add '2' worker threads and '1' rxqueues in 3-node single-link circular topology
285 | | And Generate keys for IPSec | ${encr_alg} | ${auth_alg}
286 | | And Add PCI devices to DUTs in 3-node single link topology
287 | | And Add no multi seg to all DUTs
288 | | And Add cryptodev to all DUTs | ${2}
289 | | And Add DPDK dev default RXD to all DUTs | 2048
290 | | And Add DPDK dev default TXD to all DUTs | 2048
291 | | And Apply startup configuration on all VPP DUTs
292 | | When Initialize LISP GPE IPv4 over IPsec in 3-node circular topology
293 | | ... | ${encr_alg} | ${auth_alg}
294 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
295 | | ... | ${binary_max} | ${traffic_profile}
296 | | ... | ${min_rate} | ${max_rate} | ${threshold}
297
298 | tc08-64B-2t2c-ethip4ipsectptlispgpe-ip4base-cbc-sha1-pdrdisc
299 | | [Documentation]
300 | | ... | [Cfg] Each DUT is configured with LISP and IPsec in each direction.\
301 | | ... | IPsec is in transport mode. DUTs are configured with 2 threads, 2 phy\
302 | | ... | cores, 1 receive queue per NIC port.
303 | | ... | [Ver] Find NDR for 64 Byte frames using binary search start at 40GE\
304 | | ... | linerate, step 100kpps, LT=0.5%.
305 | | ...
306 | | [Tags] | 64B | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH
307 | | ...
308 | | ${framesize}= | Set Variable | ${64}
309 | | ${min_rate}= | Set Variable | ${10000}
310 | | ${max_rate}= | Set Variable | ${s_18.75Mpps}
311 | | ${binary_min}= | Set Variable | ${min_rate}
312 | | ${binary_max}= | Set Variable | ${max_rate}
313 | | ${threshold}= | Set Variable | ${min_rate}
314 | | ${encr_alg}= | Crypto Alg AES CBC 128
315 | | ${auth_alg}= | Integ Alg SHA1 96
316 | | Given Add '2' worker threads and '1' rxqueues in 3-node single-link circular topology
317 | | And Generate keys for IPSec | ${encr_alg} | ${auth_alg}
318 | | And Add PCI devices to DUTs in 3-node single link topology
319 | | And Add no multi seg to all DUTs
320 | | And Add cryptodev to all DUTs | ${2}
321 | | And Add DPDK dev default RXD to all DUTs | 2048
322 | | And Add DPDK dev default TXD to all DUTs | 2048
323 | | And Apply startup configuration on all VPP DUTs
324 | | When Initialize LISP GPE IPv4 over IPsec in 3-node circular topology
325 | | ... | ${encr_alg} | ${auth_alg}
326 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
327 | | ... | ${binary_max} | ${traffic_profile}
328 | | ... | ${min_rate} | ${max_rate} | ${threshold}
329 | | ... | ${perf_pdr_loss_acceptance} | ${perf_pdr_loss_acceptance_type}
330
331 | tc13-64B-4t4c-ethip4ipsectptlispgpe-ip4base-cbc-sha1-ndrdisc
332 | | [Documentation]
333 | | ... | [Cfg] Each DUT is configured with LISP and IPsec in each direction.\
334 | | ... | IPsec is in transport mode. DUTs are configured with 4 threads, 4 phy\
335 | | ... | cores, 2 receive queue per NIC port.
336 | | ... | [Ver] Find NDR for 64 Byte frames using binary search start at 40GE\
337 | | ... | linerate, step 100kpps.
338 | | ...
339 | | [Tags] | 64B | 4T4C | MTHREAD | NDRDISC
340 | | ...
341 | | ${framesize}= | Set Variable | ${64}
342 | | ${min_rate}= | Set Variable | ${10000}
343 | | ${max_rate}= | Set Variable | ${s_18.75Mpps}
344 | | ${binary_min}= | Set Variable | ${min_rate}
345 | | ${binary_max}= | Set Variable | ${max_rate}
346 | | ${threshold}= | Set Variable | ${min_rate}
347 | | ${encr_alg}= | Crypto Alg AES CBC 128
348 | | ${auth_alg}= | Integ Alg SHA1 96
349 | | Given Add '4' worker threads and '2' rxqueues in 3-node single-link circular topology
350 | | And Generate keys for IPSec | ${encr_alg} | ${auth_alg}
351 | | And Add PCI devices to DUTs in 3-node single link topology
352 | | And Add no multi seg to all DUTs
353 | | And Add cryptodev to all DUTs | ${4}
354 | | And Add DPDK dev default RXD to all DUTs | 2048
355 | | And Add DPDK dev default TXD to all DUTs | 2048
356 | | And Apply startup configuration on all VPP DUTs
357 | | When Initialize LISP GPE IPv4 over IPsec in 3-node circular topology
358 | | ... | ${encr_alg} | ${auth_alg}
359 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
360 | | ... | ${binary_max} | ${traffic_profile}
361 | | ... | ${min_rate} | ${max_rate} | ${threshold}
362
363 | tc14-64B-4t4c-ethip4ipsectptlispgpe-ip4base-cbc-sha1-pdrdisc
364 | | [Documentation]
365 | | ... | [Cfg] Each DUT is configured with LISP and IPsec in each direction.\
366 | | ... | IPsec is in transport mode. DUTs are configured with 4 threads, 4 phy\
367 | | ... | cores, 2 receive queue per NIC port.
368 | | ... | [Ver] Find NDR for 64 Byte frames using binary search start at 40GE\
369 | | ... | linerate, step 100kpps, LT=0.5%.
370 | | ...
371 | | [Tags] | 64B | 4T4C | MTHREAD | PDRDISC | SKIP_PATCH
372 | | ...
373 | | ${framesize}= | Set Variable | ${64}
374 | | ${min_rate}= | Set Variable | ${10000}
375 | | ${max_rate}= | Set Variable | ${s_18.75Mpps}
376 | | ${binary_min}= | Set Variable | ${min_rate}
377 | | ${binary_max}= | Set Variable | ${max_rate}
378 | | ${threshold}= | Set Variable | ${min_rate}
379 | | ${encr_alg}= | Crypto Alg AES CBC 128
380 | | ${auth_alg}= | Integ Alg SHA1 96
381 | | Given Add '4' worker threads and '2' rxqueues in 3-node single-link circular topology
382 | | And Generate keys for IPSec | ${encr_alg} | ${auth_alg}
383 | | And Add PCI devices to DUTs in 3-node single link topology
384 | | And Add no multi seg to all DUTs
385 | | And Add cryptodev to all DUTs | ${4}
386 | | And Add DPDK dev default RXD to all DUTs | 2048
387 | | And Add DPDK dev default TXD to all DUTs | 2048
388 | | And Apply startup configuration on all VPP DUTs
389 | | When Initialize LISP GPE IPv4 over IPsec in 3-node circular topology
390 | | ... | ${encr_alg} | ${auth_alg}
391 | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min}
392 | | ... | ${binary_max} | ${traffic_profile}
393 | | ... | ${min_rate} | ${max_rate} | ${threshold}
394 | | ... | ${perf_pdr_loss_acceptance} | ${perf_pdr_loss_acceptance_type}