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
---
test/perf/pasta_tcp | 3 +--
test/perf/pasta_udp | 4 ----
2 files changed, 1 insertion(+), 6 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__
diff --git a/test/perf/pasta_udp b/test/perf/pasta_udp
index 7007b6f..3de73a0 100644
--- a/test/perf/pasta_udp
+++ b/test/perf/pasta_udp
@@ -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
--
2.41.0