Copilot commented on code in PR #11374:
URL: https://github.com/apache/cloudstack/pull/11374#discussion_r2247492624
##########
test/integration/smoke/test_deploy_vgpu_enabled_vm.py:
##########
@@ -58,7 +58,8 @@ def setUpClass(cls):
cls.unsupportedHypervisor = True
cls.skipTest("Skipping test because suitable hypervisor/host not
present")
hosts = list_hosts(
- cls.apiclient
+ cls.apiclient,
+ type='routing'
Review Comment:
The `type='routing'` parameter should be passed as a keyword argument to
maintain consistency with the API design pattern. Consider using
`listtype='routing'` if that is the correct parameter name for the CloudStack
API.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]