mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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(
|
sec_storages = Host.list(
|
||||||
self.apiclient,
|
self.apiclient,
|
||||||
zoneid=self.zone.id,
|
zoneid=self.zone.id,
|
||||||
type='SecondaryStorage',
|
type='SecondaryStorageVM',
|
||||||
listall=True
|
listall=True
|
||||||
)
|
)
|
||||||
self.assertEqual(
|
self.assertEqual(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user