We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2ce1fb commit d4229d3Copy full SHA for d4229d3
1 file changed
test/integration/smoke/test_deploy_vgpu_enabled_vm.py
@@ -58,7 +58,8 @@ def setUpClass(cls):
58
cls.unsupportedHypervisor = True
59
cls.skipTest("Skipping test because suitable hypervisor/host not present")
60
hosts = list_hosts(
61
- cls.apiclient
+ cls.apiclient,
62
+ type='routing'
63
)
64
if hosts is None:
65
0 commit comments