diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2023-11-06 18:08:26 +1100 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2023-11-07 09:56:03 +0100 |
commit | 8a41a8b20f0f5a6c497bccbb41198277f9a865f8 (patch) | |
tree | 446c0dc69da308e494f6627bf788c8796a408fe1 /test/perf/pasta_tcp | |
parent | de974f0cf13eeaaa5e06b2cf7bebbe59af261e76 (diff) | |
download | passt-8a41a8b20f0f5a6c497bccbb41198277f9a865f8.tar passt-8a41a8b20f0f5a6c497bccbb41198277f9a865f8.tar.gz passt-8a41a8b20f0f5a6c497bccbb41198277f9a865f8.tar.bz2 passt-8a41a8b20f0f5a6c497bccbb41198277f9a865f8.tar.lz passt-8a41a8b20f0f5a6c497bccbb41198277f9a865f8.tar.xz passt-8a41a8b20f0f5a6c497bccbb41198277f9a865f8.tar.zst passt-8a41a8b20f0f5a6c497bccbb41198277f9a865f8.zip |
test/perf: Remove stale iperf3c/iperf3s directives
Some older revisions used separate iperf3c and iperf3s test directives to
invoke the iperf3 client and server. Those were combined into a single
iperf3 directive some time ago, but a couple of places still have the old
syntax.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'test/perf/pasta_tcp')
-rw-r--r-- | test/perf/pasta_tcp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/perf/pasta_tcp b/test/perf/pasta_tcp index 4b13384..9e9dc37 100644 --- a/test/perf/pasta_tcp +++ b/test/perf/pasta_tcp @@ -43,8 +43,7 @@ ns ip link set dev lo mtu 1500 iperf3 BW ns host ::1 100${i}3 __THREADS__ __TIME__ __OPTS__ bw __BW__ 15.0 20.0 ns ip link set dev lo mtu 4000 -iperf3c ns ::1 100${i}3 __THREADS__ __TIME__ __OPTS__ -iperf3s BW host 100${i}3 __THREADS__ +iperf3 BW ns host ::1 100${i}3 __THREADS__ __TIME__ __OPTS__ bw __BW__ 15.0 20.0 ns ip link set dev lo mtu 16384 iperf3 BW ns host ::1 100${i}3 __THREADS__ __TIME__ __OPTS__ |