diff --git a/cmake_targets/autotests/tools/configure_cots_sony_experia_m4_ue.py b/cmake_targets/autotests/tools/configure_cots_sony_experia_m4_ue.py index 399d10b5b1dc5263fb7d4ecfdcb2eef70e4f8e15..eba3156976544cea776a3b001b0b8dcb3d3f45cc 100755 --- a/cmake_targets/autotests/tools/configure_cots_sony_experia_m4_ue.py +++ b/cmake_targets/autotests/tools/configure_cots_sony_experia_m4_ue.py @@ -29,7 +29,7 @@ from lib_autotest import * def signal_handler(signal, frame): print('You pressed Ctrl+C!') - print('Resetting the UE to detached state') + print('Exiting now...') timeout=10 exit_flag=1 sys.exit(0) diff --git a/cmake_targets/autotests/tools/iperf_script_phone b/cmake_targets/autotests/tools/iperf_script_phone index 7b4d283c17941095e13d4a5be99ebdeca1449dd0..25693d13c30b59e30ab71095d7d70a35e8fccc1f 100755 --- a/cmake_targets/autotests/tools/iperf_script_phone +++ b/cmake_targets/autotests/tools/iperf_script_phone @@ -20,7 +20,8 @@ sleep $timeout while true ; do cmd=`sudo adb -s $device_id shell netcfg |grep 192.` if [ -z "$cmd" ]; then - print "Wating for UE to connect and get IP Address..." + echo "Wating for UE to connect and get IP Address..." + sleep 1 else echo "UE is not connected. IP Address settings are... $cmd" break