X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Fvpp%2Fperf%2Fgso%2F2n1l-10ge2p1x710-ethip4-ip4base-2vhost-gso-iperf3-mrr.robot;h=858269258a1ffac8ff5567b72a461b7672be44fb;hp=42b345369c83206c34fd1021d6decb926f37b0b4;hb=a201f3d3a5fdb9ccb86d57664cfd1de4bf484d36;hpb=bf66d4dbf760614e819f7d50bf26defab3e537b5 diff --git a/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2vhost-gso-iperf3-mrr.robot b/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2vhost-gso-iperf3-mrr.robot index 42b345369c..858269258a 100644 --- a/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2vhost-gso-iperf3-mrr.robot +++ b/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2vhost-gso-iperf3-mrr.robot @@ -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: @@ -19,21 +19,26 @@ | ... | RXQ_SIZE_4096 | TXQ_SIZE_4096 | GSO_TRUE | ... | ethip4-ip4base-2vhost-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 | vhost | | Test Template | Local Template | -| Documentation | *RFC2544: Pkt throughput IPv4 routing test cases with VHOST* -| -| ... | *[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 VHOST** +| ... | +| ... | - **[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 @@ -46,6 +51,7 @@ | ${nic_vfs}= | 0 | ${osi_layer}= | L7 | ${overhead}= | ${0} +| ${smt_used}= | ${False} # Qemu settings: | ${enable_gso}= | ${True} | ${enable_csum}= | ${True} @@ -75,9 +81,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 @@ -89,7 +95,7 @@ | | Set Test Variable | \${frame_size} | | | | 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} | validate=${False}