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

Gitlab CI: fix for killing iperf3

parent 8c6b8456
No related branches found
No related tags found
No related merge requests found
......@@ -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')
......
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