Skip to content
Snippets Groups Projects
Commit e4f8b357 authored by Rohit Gupta's avatar Rohit Gupta
Browse files

minor fix for iperf3 script

parent f6e4cc2b
No related branches found
No related tags found
No related merge requests found
......@@ -43,10 +43,10 @@ iperf3_args=(${args[@]:2})
echo "args = ${args[@]}"
echo "timeout = $timeout"
echo "iface = $iface"
echo "iperf_args = ${iperf_args[@]}"
echo "iperf3_args = ${iperf3_args[@]}"
sleep $timeout
while true; do var=`ifconfig $iface` ;sleep 1; if [ "$var" != "" ]; then break; fi ; done ; sleep 5
iperf3 ${iperf_args[@]}
iperf3 ${iperf3_args[@]}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment