Make RXQs/TXQs configurable
[csit.git] / tests / vpp / perf / hoststack / 10ge2p1x710-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps.robot
1 # Copyright (c) 2020 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 | Library  | resources.libraries.python.HoststackUtil
16 | Resource | resources/libraries/robot/shared/default.robot
17 | Resource | resources/libraries/robot/hoststack/hoststack.robot
18 |
19 | Force Tags | 3_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV
20 | ... | TCP | NIC_Intel-X710 | DRV_VFIO_PCI
21 | ... | RXQ_SIZE_0 | TXQ_SIZE_0 | HOSTSTACK
22 | ... | NSIM | LDPRELOAD | IPERF3 | 1CLIENT | 10STREAM | 9000B
23 | ... | eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3
24 |
25 | Suite Setup | Setup suite single link no tg
26 | Suite Teardown | Tear down suite
27 | Test Setup | Setup test
28 | Test Teardown | Tear down test
29 |
30 | Test Template | Local template
31 |
32 | Documentation | *Iperf3 client -> Iperf3 server throughput.
33 |
34 | ... | *[Top] Network Topologies:* DUT-DUT 2-node topology
35 | ... | with single link between nodes.
36 | ... | *[Enc] Packet Encapsulations:* Eth-IPv4-TCP
37 | ... | *[Cfg] DUT configuration:*
38 | ... | *[Ref] Applicable standard specifications:*
39
40 *** Variables ***
41 | @{plugins_to_enable}= | dpdk_plugin.so | nsim_plugin.so
42 | ${nic_name}= | Intel-X710
43 | ${nic_driver}= | vfio-pci
44 | ${nic_rxq_size}= | 0
45 | ${nic_txq_size}= | 0
46 | ${overhead}= | ${0}
47 | ${frame_size}= | ${9000}
48 | ${crypto_type}= | ${None}
49 | ${pkts_per_drop}= | ${100}
50 | ${streams}= | ${10}
51
52 *** Keywords ***
53 | Local template
54 | | [Arguments] | ${phy_cores}
55 | |
56 | | Set VPP Hoststack Attributes | phy_cores=${phy_cores}
57 | | Set Iperf3 Client Attributes | parallel=${streams}
58 | | Set VPP NSIM Attributes | output_feature_enable=${True} |
59 | | ... | packets_per_drop=${pkts_per_drop}
60 | | ${defer_fail}= | Get Test Results From Hoststack Iperf3 Test
61 | | Run Keyword If | ${defer_fail}==True | FAIL
62 | | ... | Defered Failure From Hoststack Iperf3 Test Program
63
64 *** Test Cases ***
65 | tc01-9000B-1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps
66 | | [Tags] | 1C
67 | | phy_cores=${1}