From 9b9f068224ec75a2b5f8535527c245e3fe93b269 Mon Sep 17 00:00:00 2001 From: Rohit Gupta <rohit.gupta@eurecom.fr> Date: Mon, 6 Jun 2016 20:06:29 +0200 Subject: [PATCH] Gitlab CI: fix for killing iperf3 --- .../autotests/tools/configure_cots_sony_experia_m4_ue.py | 1 + 1 file changed, 1 insertion(+) 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 5d0bd220b..79fef06ee 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 @@ -63,6 +63,7 @@ def start_ue () : #print 'Enter your commands below.\r\nInsert "exit" to leave the application.' print 'Killing old iperf/ping sessions' kill_processes('iperf') + kill_processes('iperf3') kill_processes('ping') print "Turning off airplane mode" os.system('sudo -E adb devices') -- GitLab