This is an automated email from the ASF dual-hosted git repository.
sureshanaparti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/main by this push:
new d4229d3105c Fix failing simulator vgpu test (#11374)
d4229d3105c is described below
commit d4229d3105cd0802e6cdea8e485735f56afbe583
Author: Vishesh <[email protected]>
AuthorDate: Fri Aug 1 17:45:17 2025 +0530
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