SecondaryStorageVM state should be checked for it Up status

This commit is contained in:
Prasanna Santhanam 2012-07-11 10:20:18 +05:30
parent c3b324409a
commit e49420d370
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ class TestSecStorageServices(cloudstackTestCase):
while True:
list_hosts_response = list_hosts(
self.apiclient,
type='SecondaryStorage',
type='SecondaryStorageVM',
zoneid=self.zone.id,
)