mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Fix failing simulator vgpu test (#11374)
This commit is contained in:
parent
b2ce1fb9c3
commit
d4229d3105
@ -58,7 +58,8 @@ class TestDeployvGPUenabledVM(cloudstackTestCase):
|
||||
cls.unsupportedHypervisor = True
|
||||
cls.skipTest("Skipping test because suitable hypervisor/host not present")
|
||||
hosts = list_hosts(
|
||||
cls.apiclient
|
||||
cls.apiclient,
|
||||
type='routing'
|
||||
)
|
||||
if hosts is None:
|
||||
cls.unsupportedHypervisor = True
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user