mirror of https://github.com/apache/cloudstack.git
SecondaryStorage is always in Alert state. We need to check for SSVM.
This commit is contained in:
parent
e7e7085b86
commit
ecfdb3af5c
|
|
@ -1477,7 +1477,7 @@ class TestResources(cloudstackTestCase):
|
|||
sec_storages = Host.list(
|
||||
self.apiclient,
|
||||
zoneid=self.zone.id,
|
||||
type='SecondaryStorage',
|
||||
type='SecondaryStorageVM',
|
||||
listall=True
|
||||
)
|
||||
self.assertEqual(
|
||||
|
|
|
|||
Loading…
Reference in New Issue