This is an automated email from the ASF dual-hosted git repository.
rohit 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 0318e9fccb9 test_vm_deployment_planner: fix using wrong hypervisor
(#7718)
0318e9fccb9 is described below
commit 0318e9fccb9d91c82af32890ef58c664ba94361c
Author: dahn <[email protected]>
AuthorDate: Mon Aug 7 06:50:42 2023 +0200
test_vm_deployment_planner: fix using wrong hypervisor (#7718)
---
test/integration/smoke/test_vm_deployment_planner.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/test/integration/smoke/test_vm_deployment_planner.py
b/test/integration/smoke/test_vm_deployment_planner.py
index 636eaaceb5a..e8d24cbf31e 100644
--- a/test/integration/smoke/test_vm_deployment_planner.py
+++ b/test/integration/smoke/test_vm_deployment_planner.py
@@ -69,8 +69,7 @@ class TestVMDeploymentPlanner(cloudstackTestCase):
cmd = deployVirtualMachine.deployVirtualMachineCmd()
template = get_template(
self.apiclient,
- self.zone.id,
- hypervisor=self.hypervisor
+ self.zone.id
)
cmd.zoneid = self.zone.id
cmd.templateid = template.id