1
0
mirror of https://passt.top/passt synced 2024-07-02 07:52:41 +00:00

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>
This commit is contained in:
David Gibson 2023-11-06 18:08:26 +11:00 committed by Stefano Brivio
parent de974f0cf1
commit 8a41a8b20f
2 changed files with 1 additions and 6 deletions

View File

@ -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__

View File

@ -84,8 +84,6 @@ tr UDP throughput over IPv6: host to ns
bw -
bw -
bw -
#iperf3c host ::1 100${i}2 __THREADS__ __TIME__ __OPTS__ -b 15G
#iperf3s BW ns 100${i}2 __THREADS__
iperf3 BW host ns ::1 100${i}2 __THREADS__ __TIME__ __OPTS__ -b 15G
bw __BW__ 7.0 9.0
@ -103,8 +101,6 @@ tr UDP throughput over IPv4: host to ns
bw -
bw -
bw -
#iperf3c host 127.0.0.1 100${i}2 __THREADS__ __TIME__ __OPTS__ -b 15G
#iperf3s BW ns 100${i}2 __THREADS__
iperf3 BW host ns 127.0.0.1 100${i}2 __THREADS__ __TIME__ __OPTS__ -b 15G
bw __BW__ 7.0 9.0