feat(terraform): 1n_aws_c5n
[csit.git] / tests / trex / perf / ip4 / 1n1l-10ge2p1x710-ethip4udp-ip4base-h262144-p63-s16515072-cps-tg-ndrpdr.robot
1 # Copyright (c) 2022 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/shared/default.robot
16 |
17 | Force Tags | 1_NODE_SINGLE_LINK_TOPO | 2_NODE_SINGLE_LINK_TOPO
18 | ... | 3_NODE_SINGLE_LINK_TOPO
19 | ... | PERFTEST | HW_ENV | NDRPDR | NIC_Intel-X710 | TREX | ETH | IP4FWD
20 | ... | N2N | SCALE | IP4BASE | TG_DRV_IGB_UIO | UDP | UDP_CPS | HOSTS_262144
21 | ... | ethip4udp-ip4base-h262144-p63-s16515072-cps-tg
22 |
23 | Suite Setup | Setup suite topology interfaces with no DUT | performance_tg_nic
24 | Suite Teardown | Tear down suite | performance
25 | Test Setup | Start Test Export
26 | Test Teardown | Tear down test raw | performance
27 |
28 | Test Template | Local Template
29 |
30 | Documentation | **CPS on empty UDP transactions with L1 cross connect**
31 | ... |
32 | ... | - **[Top] Network Topologies:** TG-TG 1-node circular topology \
33 | ... | with single links between nodes.
34 | ... |
35 | ... | - **[Enc] Packet Encapsulations:** Eth-IPv4 for L1 cross connect patch.
36 | ... |
37 | ... | - **[Ver] TG verification:** TG finds and reports throughput NDR (Non \
38 | ... | Drop Rate) with zero packet loss tolerance and throughput PDR \
39 | ... | (Partial Drop Rate) with non-zero packet loss tolerance (LT) \
40 | ... | expressed in percentage of packets transmitted. NDR and PDR are \
41 | ... | discovered for different Ethernet L2 frame sizes using MLRsearch \
42 | ... | library.
43 | ... | Test packets are generated by TG on links to TG. \
44 | ... | TG traffic profile contain L7 flows (${cps} bi-directional UDP flows) \
45 | ... | with all packets containing Ethernet header, IPv4 header with UDP \
46 | ... | header and static payload. \
47 | ... | MAC addresses are matching MAC addresses of the TG node interfaces.
48 | ... |
49 | ... | - **[Ref] Applicable standard specifications:** RFC2544.
50
51 *** Variables ***
52 | ${nic_name}= | Intel-X710
53 | ${nic_pfs}= | 2
54 | ${osi_layer}= | L7
55 | ${overhead}= | ${0}
56 # Scale settings
57 | ${n_hosts}= | ${262144}
58 | ${n_ports}= | ${63}
59 | ${transaction_scale}= | ${${n_hosts} * ${n_ports}}
60 # Traffic profile
61 | ${traffic_profile}= | trex-astf-ethip4udp-${n_hosts}h
62 | ${transaction_type}= | udp_cps
63 | ${disable_latency}= | ${True}
64
65 *** Keywords ***
66 | Local Template
67 | | [Documentation]
68 | | ... | - **[Cfg]** TG runs L1 cross connect config.
69 | | ... | - **[Ver]** Measure NDR and PDR values using MLRsearch algorithm.
70 | |
71 | | ... | *Arguments:*
72 | | ... | - frame_size - Framesize in Bytes in integer or string (IMIX_v4_1).
73 | | ... | Type: integer, string
74 | |
75 | | [Arguments] | ${frame_size}
76 | |
77 | | Set Test Variable | \${frame_size}
78 | |
79 | | Given Set Max Rate And Jumbo
80 | | Then Find NDR and PDR intervals using optimized search
81
82 *** Test Cases ***
83 | 64B--ethip4udp-ip4base-h262144-p63-s16515072-cps-tg-ndrpdr
84 | | [Tags] | 64B
85 | | frame_size=${64}