fix(uti): Add TG type export
[csit.git] / tests / vpp / perf / gso / 2n1l-10ge2p1x710-ethip4-ip4base-2tap-gso-iperf3-mrr.robot
index 5b3b26a..4abc489 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2021 Cisco and/or its affiliates.
+# Copyright (c) 2022 Cisco and/or its affiliates.
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at:
 | ... | RXQ_SIZE_4096 | TXQ_SIZE_4096 | GSO_TRUE
 | ... | ethip4-ip4base-2tap-gso-iperf3
 |
-| Suite Setup | Setup suite topology interfaces
+| Suite Setup | Setup suite topology interfaces | iPerf3
 | Suite Teardown | Tear down suite
 | Test Setup | Setup test
 | Test Teardown | Tear down test | iPerf3 | namespace
 |
 | Test Template | Local Template
 |
-| Documentation | *RFC2544: Pkt throughput IPv4 routing test cases with TAPv2*
-|
-| ... | *[Top] Network Topologies:* DUT1 1-node topology without physical links.
-| ... | *[Enc] Packet Encapsulations:* Eth-IPv4-TCP.
-| ... | *[Cfg] DUT configuration:* DUT1 is configured with IPv4 routing.
-| ... | *[Ver] TG verification:* iPerf3 client/server is used for Packet\
+| Documentation | **RFC2544: Pkt throughput IPv4 routing test cases with TAPv2**
+| ... |
+| ... | - **[Top] Network Topologies:** DUT1 1-node topology without physical \
+| ... | links.
+| ... |
+| ... | - **[Enc] Packet Encapsulations:** Eth-IPv4-TCP.
+| ... |
+| ... | - **[Cfg] DUT configuration:** DUT1 is configured with IPv4 routing.
+| ... |
+| ... | - **[Ver] TG verification:** iPerf3 client/server is used for Packet \
 | ... | generation and verification.
-| ... | *[Ref] Applicable standard specifications:* RFC2544.
+| ... |
+| ... | - **[Ref] Applicable standard specifications:** RFC2544.
 
 *** Variables ***
 | @{plugins_to_enable}= | ping_plugin.so | perfmon_plugin.so
@@ -47,6 +52,7 @@
 | ${osi_layer}= | L7
 | ${overhead}= | ${0}
 | ${enable_gso}= | ${True}
+| ${smt_used}= | ${False}
 # iPerf3 client settings:
 | ${iperf_client_bind}= | 1.1.1.1
 | ${iperf_client_bind_gw}= | 1.1.1.2
@@ -71,9 +77,9 @@
 *** Keywords ***
 | Local Template
 | | [Documentation]
-| | ... | [Cfg] DUT configuration: DUT1 is configured with IPv4 routing.
-| | ... | [Ver] Measure MaxReceivedRate for ${frame_size}B frames\
-| | ... | using burst trials throughput test.\
+| | ... | - **[Cfg]** DUT configuration: DUT1 is configured with IPv4 routing.
+| | ... | - **[Ver]** Measure MaxReceivedRate for ${frame_size}B frames \
+| | ... | using burst trials throughput test.
 | |
 | | ... | *Arguments:*
 | | ... | - frame_size - Framesize in Bytes in integer. Type: integer, string
 | | [Arguments] | ${frame_size} | ${phy_cores} | ${rxq}=${None}
 | |
 | | Set Test Variable | \${frame_size}
-| | Set Test Variable | \${rxq_ratio} | ${1}
 | |
 | | Given Set Jumbo
-| | And Add worker threads for GSO tests to all DUTs | ${phy_cores} | ${rxq}
+| | And Add worker threads to all DUTs | ${phy_cores} | ${rxq}
 | | And Pre-initialize layer driver | ${nic_driver}
 | | And Apply startup configuration on all VPP DUTs
 | | When Initialize layer driver | ${nic_driver}