Skip to content
Snippets Groups Projects
Commit c63bb0d0 authored by Florent Thiery's avatar Florent Thiery
Browse files

update envsetup tests

parent d91acd5f
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,9 @@ def check_ssh(ip): ...@@ -33,6 +33,9 @@ def check_ssh(ip):
return True return True
def run_tests(ip): def run_tests(ip):
print('Updating envsetup tests on MediaWorker')
cmd = 'ssh -t %s cd /root/envsetup && git pull'
os.systrm(cmd)
print('Running envsetup tests on MediaWorker') print('Running envsetup tests on MediaWorker')
cmd = 'ssh -t %s /root/envsetup/tester.py' % ip cmd = 'ssh -t %s /root/envsetup/tester.py' % ip
status = os.system(cmd) status = os.system(cmd)
......
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