From 7c720bec5600a9e607c875c670ca30ed351fa4ba Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 20:20:54 +0200 Subject: Adding upstream version 2.1.9+dfsg. Signed-off-by: Daniel Baumann --- t/t10_dualtest.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 t/t10_dualtest.sh (limited to 't/t10_dualtest.sh') diff --git a/t/t10_dualtest.sh b/t/t10_dualtest.sh new file mode 100755 index 0000000..cc370d1 --- /dev/null +++ b/t/t10_dualtest.sh @@ -0,0 +1,12 @@ +#!/bin/bash -e +. $(dirname $0)/base.sh + +# usage: +# run_iperf -s server args -c client args +# +# client args should contain $ip or -V $ip6 +# results returned in $results + +run_iperf \ + -s -P 1 -i 1 -t 3 \ + -c $ip -P 1 --dualtest -L $lport -i 1 -t 2 -- cgit v1.2.3