diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2016-05-31 21:32:57 -0400 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2016-05-31 21:32:57 -0400 |
commit | cb81baffea4914d4aaca0db5730028b26ece28e4 (patch) | |
tree | dceb1181b795a14aaed1b32d63abea331216db88 /testsuites/rubbos | |
parent | fd9f0a7a1e95ff3346144bcb8660fe12721610cb (diff) |
omit the instance reboot temporarily
Change-Id: Ic73b953cc7b63e4629ba7ad9c673196528891c4f
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'testsuites/rubbos')
-rwxr-xr-x | testsuites/rubbos/run_rubbos.py | 4 |
1 files 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) |