test: fix simulator CI failure test_cluster_drs (#9354)

This commit is contained in:
Wei Zhou 2024-07-08 21:48:50 +02:00 committed by GitHub
parent c35ba606a1
commit f381763917
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -100,6 +100,8 @@ class TestClusterDRS(cloudstackTestCase):
)
cls._cleanup.append(cls.network)
cls.hypervisor = cls.testClient.getHypervisorInfo()
if cls.hypervisor.lower() not in ['simulator']:
cls.migrateSvms(cls.cluster)
@classmethod