diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2020-03-06 18:15:26 +0000 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2020-03-12 14:20:31 +0000 |
commit | a765b82b5bb2a88086503d0cf54b86770d9ffe74 (patch) | |
tree | c300a399b6298331e847ecfafafc2ece453034df /tests/vpp/perf/hoststack/10ge2p1x710-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps.robot | |
parent | 9902cc2a3610661110c66753554be12520e9c334 (diff) |
rls2001 perf: fix hoststack test packet sizes
- TCP packet size is 1460B not 9000B
- QUIC packet size is 1280B not 9000B
Change-Id: I6604a74fa533db4ac782782c85ea54038688627a
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'tests/vpp/perf/hoststack/10ge2p1x710-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps.robot')
-rw-r--r-- | tests/vpp/perf/hoststack/10ge2p1x710-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps.robot | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/vpp/perf/hoststack/10ge2p1x710-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps.robot b/tests/vpp/perf/hoststack/10ge2p1x710-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps.robot index ec78dfd42c..d8187af53e 100644 --- a/tests/vpp/perf/hoststack/10ge2p1x710-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps.robot +++ b/tests/vpp/perf/hoststack/10ge2p1x710-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps.robot @@ -19,7 +19,7 @@ | Force Tags | 3_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV | ... | TCP | NIC_Intel-X710 | DRV_VFIO_PCI | ... | RXQ_SIZE_0 | TXQ_SIZE_0 | HOSTSTACK -| ... | LDPRELOAD | IPERF3 | 1CLIENT | 10STREAM | 9000B +| ... | LDPRELOAD | IPERF3 | 1CLIENT | 10STREAM | 1460B | ... | eth-ip4tcpscale1cl10s-ldpreload-iperf3 | | Suite Setup | Setup suite single link no tg @@ -29,7 +29,7 @@ | | Test Template | Local template | -| Documentation | *Iperf3 client -> Iperf3 server throughput. +| Documentation | *Iperf3 client -> Iperf3 server goodput. | | ... | *[Top] Network Topologies:* DUT-DUT 2-node topology | ... | with single link between nodes. @@ -60,6 +60,6 @@ | | ... | Defered Failure From Hoststack Iperf3 Test Program *** Test Cases *** -| tc01-9000B-1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps +| tc01-1460B-1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps | | [Tags] | 1C | | phy_cores=${1} |