From d4229d3105cd0802e6cdea8e485735f56afbe583 Mon Sep 17 00:00:00 2001 From: Vishesh Date: Fri, 1 Aug 2025 17:45:17 +0530 Subject: [PATCH] Fix failing simulator vgpu test (#11374) --- test/integration/smoke/test_deploy_vgpu_enabled_vm.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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