From cb81baffea4914d4aaca0db5730028b26ece28e4 Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Tue, 31 May 2016 21:32:57 -0400 Subject: omit the instance reboot temporarily Change-Id: Ic73b953cc7b63e4629ba7ad9c673196528891c4f Signed-off-by: MatthewLi --- testsuites/rubbos/run_rubbos.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- cgit 1.2.3-korg