From 8a41a8b20f0f5a6c497bccbb41198277f9a865f8 Mon Sep 17 00:00:00 2001 From: David Gibson Date: Mon, 6 Nov 2023 18:08:26 +1100 Subject: 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 Signed-off-by: Stefano Brivio --- test/perf/pasta_tcp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/perf/pasta_tcp') 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__ -- cgit v1.2.3