X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=testsuites%2Frubbos%2Frun_rubbos.py;h=fc177ccbb6f6a843d9685831372201bd18fc3b9e;hb=46af4c02016956ff76e1794e41acdd04eee97061;hp=97b5357c492d2a76ad255e0e716c9ea48c9cc9f7;hpb=8a612addc382204fa8a4331366152e32a5969500;p=bottlenecks.git diff --git a/testsuites/rubbos/run_rubbos.py b/testsuites/rubbos/run_rubbos.py index 97b5357c..fc177ccb 100755 --- a/testsuites/rubbos/run_rubbos.py +++ b/testsuites/rubbos/run_rubbos.py @@ -375,9 +375,11 @@ def main(): time.sleep(150) reboot_instances() - time.sleep(30) + time.sleep(180) rubbos_run() + time.sleep(30) + rubbos_env_cleanup() if __name__=='__main__':