diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2016-06-01 01:39:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-06-01 01:39:00 +0000 |
commit | 317d868b4993e529905ed2337e1488c976f9d040 (patch) | |
tree | 8503fe4bd7d98f9674ba746c73d911b8bf417692 /testsuites | |
parent | 0bd7b590260d867bf146aaff4492567a8d7ee12d (diff) | |
parent | cb81baffea4914d4aaca0db5730028b26ece28e4 (diff) |
Merge "omit the instance reboot temporarily"
Diffstat (limited to 'testsuites')
-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) |