diff options
author | pmikus <pmikus@cisco.com> | 2021-02-19 12:51:16 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2021-02-19 12:57:52 +0000 |
commit | 1f6797ed6b662130f55d7629453c5010ed94162a (patch) | |
tree | a9cd3717f15baba9b24daf0159213cff40bad154 /tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2tap-gso-iperf3.robot | |
parent | 6dc62d10b1e6a6b5eee09f6d42e750de273a464b (diff) |
FIX: Naming convention compliance
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: Idcee623abbc5568fc6ca49113bc2ff8add179046
Diffstat (limited to 'tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2tap-gso-iperf3.robot')
-rw-r--r-- | tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2tap-gso-iperf3.robot | 112 |
1 files changed, 0 insertions, 112 deletions
diff --git a/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2tap-gso-iperf3.robot b/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2tap-gso-iperf3.robot deleted file mode 100644 index 6e4cede6d6..0000000000 --- a/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2tap-gso-iperf3.robot +++ /dev/null @@ -1,112 +0,0 @@ -# Copyright (c) 2021 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: -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -*** Settings *** -| Resource | resources/libraries/robot/shared/default.robot -| -| Force Tags | 2_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV | MRR -| ... | NIC_Intel-X710 | IP4FWD | BASE | IP4BASE | DRV_TAP -| ... | RXQ_SIZE_4096 | TXQ_SIZE_4096 | GSO_TRUE -| ... | ethip4-ip4base-2tap-gso -| -| Suite Setup | Setup suite topology interfaces -| 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\ -| ... | generation and verification. -| ... | *[Ref] Applicable standard specifications:* RFC2544. - -*** Variables *** -| @{plugins_to_enable}= | ping_plugin.so -| ${crypto_type}= | ${None} -| ${nic_name}= | Intel-X710 -| ${nic_driver}= | tap -| ${nic_rxq_size}= | 4096 -| ${nic_txq_size}= | 4096 -| ${nic_pfs}= | 2 -| ${nic_vfs}= | 0 -| ${osi_layer}= | L7 -| ${overhead}= | ${0} -| ${enable_gso}= | ${True} -# iPerf3 client settings: -| ${iperf_client_bind}= | 1.1.1.1 -| ${iperf_client_bind_gw}= | 1.1.1.2 -| ${iperf_client_bind_mask}= | 30 -| ${iperf_client_interface}= | tap0 -| ${iperf_client_namespace}= | tap0_namespace -| ${iperf_client_udp}= | ${False} -| ${iperf_client_node}= | DUT1 -| ${iperf_client_affinity} | ${None} -# iPerf3 server settings: -| ${iperf_server_bind}= | 2.2.2.2 -| ${iperf_server_bind_gw}= | 2.2.2.1 -| ${iperf_server_bind_mask}= | 30 -| ${iperf_server_interface}= | tap1 -| ${iperf_server_namespace}= | tap1_namespace -| ${iperf_server_node}= | DUT1 -| ${iperf_server_pf_key}= | ${None} -# Trial data overwrite: -| ${trial_duration}= | ${30} -| ${trial_multiplicity}= | ${10} - -*** 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.\ -| | -| | ... | *Arguments:* -| | ... | - frame_size - Framesize in Bytes in integer. Type: integer, string -| | ... | - phy_cores - Number of physical cores. Type: integer -| | ... | - rxq - Number of RX queues, default value: ${None}. Type: integer -| | -| | [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 Pre-initialize layer driver | ${nic_driver} -| | And Apply startup configuration on all VPP DUTs -| | When Initialize layer driver | ${nic_driver} -| | And Initialize layer interface -| | And VPP Interface Set IP Address -| | ... | ${dut1} | ${DUT1_${int}1}[0] | 1.1.1.2 | 30 -| | And VPP Interface Set IP Address -| | ... | ${dut1} | ${DUT1_${int}2}[0] | 2.2.2.1 | 30 -| | Set Test Variable | ${iperf_server_pf_key} | ${DUT1_pf1}[0] -| | Then Traffic should pass with maximum rate on iPerf3 - -*** Test Cases *** -| 128KB-1c-ethip4-ip4base-2tap-gso-iperf3 -| | [Tags] | 128KB | 1C -| | frame_size=${128000} | phy_cores=${1} - -| 128KB-2c-ethip4-ip4base-2tap-gso-iperf3 -| | [Tags] | 128KB | 2C -| | frame_size=${128000} | phy_cores=${2} - -| 128KB-4c-ethip4-ip4base-2tap-gso-iperf3 -| | [Tags] | 128KB | 4C -| | frame_size=${128000} | phy_cores=${4} |