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