Skip to content

Commit d4229d3

Browse files
authored
Fix failing simulator vgpu test (#11374)
1 parent b2ce1fb commit d4229d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/integration/smoke/test_deploy_vgpu_enabled_vm.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ def setUpClass(cls):
5858
cls.unsupportedHypervisor = True
5959
cls.skipTest("Skipping test because suitable hypervisor/host not present")
6060
hosts = list_hosts(
61-
cls.apiclient
61+
cls.apiclient,
62+
type='routing'
6263
)
6364
if hosts is None:
6465
cls.unsupportedHypervisor = True

0 commit comments

Comments
 (0)