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