Extend wait before retry to states other than 'Starting'

Signed-off-by: wilderrodrigues <wrodrigues@schubergphilis.com>

This closes #514
This commit is contained in:
Rafael da Fonseca 2015-06-23 19:28:47 +02:00 committed by wilderrodrigues
parent 77508c9d9a
commit c599f63170

View File

@ -153,7 +153,7 @@ class TestSecStorageServices(cloudstackTestCase):
)
for ssvm in list_ssvm_response:
if ssvm.state == 'Starting':
if ssvm.state != 'Running':
time.sleep(30)
continue
for ssvm in list_ssvm_response: