From: MatthewLi Date: Wed, 1 Jun 2016 01:32:57 +0000 (-0400) Subject: omit the instance reboot temporarily X-Git-Tag: colorado.1.0~21^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=bottlenecks.git;a=commitdiff_plain;h=cb81baffea4914d4aaca0db5730028b26ece28e4 omit the instance reboot temporarily Change-Id: Ic73b953cc7b63e4629ba7ad9c673196528891c4f Signed-off-by: MatthewLi --- diff --git a/testsuites/rubbos/run_rubbos.py b/testsuites/rubbos/run_rubbos.py index d4489836..42f8d509 100755 --- a/testsuites/rubbos/run_rubbos.py +++ b/testsuites/rubbos/run_rubbos.py @@ -374,8 +374,8 @@ def main(): print "Wait 300 seconds after stack creation........." time.sleep(300) - reboot_instances() - time.sleep(180) + #reboot_instances() + #time.sleep(180) rubbos_run() time.sleep(30)