diff options
author | pmikus <pmikus@cisco.com> | 2021-02-18 14:52:31 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2021-02-19 09:47:39 +0000 |
commit | 8fceab4dace23668c03adf1abacbdb9241bf9ac1 (patch) | |
tree | d0009f8b80b834c2c476128f965a468c2e09ee38 /tests | |
parent | abf609695626d55336038b8ffc5ba164a1f16dd8 (diff) |
Framework: GSO test
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I874568aebbe50c38e634438eb1201ca737bd18ad
(cherry picked from commit ecfe59f83a49e0dda9cead06b81339e4ea545053)
Diffstat (limited to 'tests')
4 files changed, 4 insertions, 4 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 index 91141ce1fa..1cbb7f8b3f 100644 --- 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 @@ -86,7 +86,7 @@ | | Set Test Variable | \${rxq_ratio} | ${1} | | | | Given Set Jumbo -| | And Add worker threads to all DUTs | ${phy_cores} | ${rxq} +| | 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} diff --git a/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2tap-iperf3.robot b/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2tap-iperf3.robot index 31ece186ec..d5ba8389c3 100644 --- a/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2tap-iperf3.robot +++ b/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2tap-iperf3.robot @@ -86,7 +86,7 @@ | | Set Test Variable | \${rxq_ratio} | ${1} | | | | Given Set Jumbo -| | And Add worker threads to all DUTs | ${phy_cores} | ${rxq} +| | 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} diff --git a/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2vhost-gso-iperf3.robot b/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2vhost-gso-iperf3.robot index 849504050d..deb3fef0b9 100644 --- a/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2vhost-gso-iperf3.robot +++ b/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2vhost-gso-iperf3.robot @@ -90,7 +90,7 @@ | | Set Test Variable | \${rxq_ratio} | ${1} | | | | Given Set Jumbo -| | And Add worker threads to all DUTs | ${phy_cores} | ${rxq} +| | 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} | validate=${False} diff --git a/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2vhost-iperf3.robot b/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2vhost-iperf3.robot index c31097eb7c..9bd28c559f 100644 --- a/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2vhost-iperf3.robot +++ b/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2vhost-iperf3.robot @@ -90,7 +90,7 @@ | | Set Test Variable | \${rxq_ratio} | ${1} | | | | Given Set Jumbo -| | And Add worker threads to all DUTs | ${phy_cores} | ${rxq} +| | 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} | validate=${False} |