mirror of https://github.com/apache/cloudstack.git
SecondaryStorageVM state should be checked for it Up status
This commit is contained in:
parent
c3b324409a
commit
e49420d370
|
|
@ -197,7 +197,7 @@ class TestSecStorageServices(cloudstackTestCase):
|
|||
while True:
|
||||
list_hosts_response = list_hosts(
|
||||
self.apiclient,
|
||||
type='SecondaryStorage',
|
||||
type='SecondaryStorageVM',
|
||||
zoneid=self.zone.id,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue