mirror of https://github.com/apache/cloudstack.git
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…
Reference in New Issue