From ed852796ba4a25eef29cd89cf128b82a367ba54b Mon Sep 17 00:00:00 2001
From: Rohit Gupta <rohit.gupta@eurecom.fr>
Date: Sun, 5 Jun 2016 21:21:14 +0200
Subject: [PATCH] Gitlab CI: minor fix to iperf3 script

---
 cmake_targets/autotests/tools/iperf3_script_phone | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/cmake_targets/autotests/tools/iperf3_script_phone b/cmake_targets/autotests/tools/iperf3_script_phone
index eff4105d0..c191f72ec 100755
--- a/cmake_targets/autotests/tools/iperf3_script_phone
+++ b/cmake_targets/autotests/tools/iperf3_script_phone
@@ -32,7 +32,7 @@
 
 #arg1 timeout to wait before running the script
 #arg2 interface
-#arg3 iperf arguments
+#arg3 iperf3 arguments
 
 args=($*)
 timeout=${args[0]}
@@ -43,7 +43,7 @@ iperf3_args=(${args[@]:2})
 echo "args =  ${args[@]}"
 echo "timeout = $timeout"
 echo "device_id = $device_id"
-echo "iperf_args = ${iperf_args[@]}"
+echo "iperf3_args = ${iperf3_args[@]}"
 
 sleep $timeout
 
@@ -58,6 +58,6 @@ while true ; do
   fi
 done
 
-echo "Starting iperf now..."
+echo "Starting iperf3 now..."
 
-sudo adb -s $device_id shell /data/local/tmp/iperf3 ${iperf_args[@]}
+sudo adb -s $device_id shell /data/local/tmp/iperf3 ${iperf3_args[@]}
-- 
GitLab