From e49420d370bddb4cd6dd8efedf1b541dba5347af Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Wed, 11 Jul 2012 10:20:18 +0530 Subject: [PATCH] SecondaryStorageVM state should be checked for it Up status --- test/integration/smoke/test_secondary_storage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/smoke/test_secondary_storage.py b/test/integration/smoke/test_secondary_storage.py index 120c4fa0a8f..0edbe7bdfe2 100644 --- a/test/integration/smoke/test_secondary_storage.py +++ b/test/integration/smoke/test_secondary_storage.py @@ -197,7 +197,7 @@ class TestSecStorageServices(cloudstackTestCase): while True: list_hosts_response = list_hosts( self.apiclient, - type='SecondaryStorage', + type='SecondaryStorageVM', zoneid=self.zone.id, )