mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
test_vm_deployment_planner: fix using wrong hypervisor (#7718)
This commit is contained in:
parent
eb31e3d795
commit
0318e9fccb
@ -69,8 +69,7 @@ class TestVMDeploymentPlanner(cloudstackTestCase):
|
|||||||
cmd = deployVirtualMachine.deployVirtualMachineCmd()
|
cmd = deployVirtualMachine.deployVirtualMachineCmd()
|
||||||
template = get_template(
|
template = get_template(
|
||||||
self.apiclient,
|
self.apiclient,
|
||||||
self.zone.id,
|
self.zone.id
|
||||||
hypervisor=self.hypervisor
|
|
||||||
)
|
)
|
||||||
cmd.zoneid = self.zone.id
|
cmd.zoneid = self.zone.id
|
||||||
cmd.templateid = template.id
|
cmd.templateid = template.id
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user