mirror of https://github.com/apache/cloudstack.git
test: fix simulator CI failure test_cluster_drs (#9354)
This commit is contained in:
parent
c35ba606a1
commit
f381763917
|
|
@ -100,7 +100,9 @@ class TestClusterDRS(cloudstackTestCase):
|
|||
)
|
||||
cls._cleanup.append(cls.network)
|
||||
|
||||
cls.migrateSvms(cls.cluster)
|
||||
cls.hypervisor = cls.testClient.getHypervisorInfo()
|
||||
if cls.hypervisor.lower() not in ['simulator']:
|
||||
cls.migrateSvms(cls.cluster)
|
||||
|
||||
@classmethod
|
||||
def migrateSvms(cls, cluster):
|
||||
|
|
|
|||
Loading…
Reference in New Issue