Revert "fix(ip6): Use updated profile names in 2n suites"
[csit.git] / tests / vpp / perf / hoststack / 10ge2p1x710-eth-ip4udpquicscale10cl10s-vppecho-bps.robot
1 # Copyright (c) 2023 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 | ... | NIC_Intel-X710 | DRV_VFIO_PCI
21 | ... | RXQ_SIZE_0 | TXQ_SIZE_0 | UDP | QUIC | VPPECHO
22 | ... | HOSTSTACK | 10CLIENT | 10STREAM | 1280B
23 | ... | eth-ip4udpquicscale10cl10s-vppecho
24 |
25 | Suite Setup | Setup suite topology interfaces with no TG | vppecho
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 | **QUIC Unidirectional Echo Client -> Echo Server goodput.**
33 | ... |
34 | ... | - **[Top] Network Topologies:** DUT-DUT 2-node topology \
35 | ... | with single link between nodes.
36 | ... |
37 | ... | - **[Enc] Packet Encapsulations:** Eth-IPv4-UDP-QUIC
38 | ... |
39 | ... | - **[Cfg] DUT configuration:**
40 | ... |
41 | ... | - **[Ref] Applicable standard specifications:**
42
43 *** Variables ***
44 | @{plugins_to_enable}= | dpdk_plugin.so | perfmon_plugin.so | quic_plugin.so | crypto_openssl_plugin.so
45 | ${nic_name}= | Intel-X710
46 | ${nic_driver}= | vfio-pci
47 | ${nic_rxq_size}= | 0
48 | ${nic_txq_size}= | 0
49 | ${nic_pfs}= | 2
50 | ${nic_vfs}= | 0
51 | ${overhead}= | ${0}
52 | ${frame_size}= | ${9000}
53 | ${crypto_type}= | ${None}
54 | ${clients}= | ${10}
55 | ${streams}= | ${10}
56 | ${bytes}= | 100M
57
58 *** Keywords ***
59 | Local template
60 | | [Arguments] | ${phy_cores}
61 | |
62 | | Set VPP Hoststack Attributes | phy_cores=${phy_cores}
63 | | Set VPP Echo Server Attributes | cfg_vpp_feature=quic | nclients=${clients}
64 | | ... | quic_streams=${streams} | rx_bytes=${bytes}
65 | | Set VPP Echo Client Attributes | cfg_vpp_feature=quic | nclients=${clients}
66 | | ... | quic_streams=${streams} | tx_bytes=${bytes}
67 | | ${defer_fail}= | Get Test Results From Hoststack VPP Echo Test
68 | | Run Keyword If | ${defer_fail}==True | FAIL
69 | | ... | Defered Failure From Hoststack VPP Echo Test Program
70
71 *** Test Cases ***
72 | 1280B-1c-eth-ip4udpquicscale10cl10s-vppecho-bps
73 | | [Tags] | 1C
74 | | phy_cores=${1}