diff --git a/test/integration/smoke/test_deploy_vgpu_enabled_vm.py b/test/integration/smoke/test_deploy_vgpu_enabled_vm.py index d7994e3fe8d..131ea6195ab 100644 --- a/test/integration/smoke/test_deploy_vgpu_enabled_vm.py +++ b/test/integration/smoke/test_deploy_vgpu_enabled_vm.py @@ -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