mirror of https://github.com/apache/cloudstack.git
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()
|
||||
template = get_template(
|
||||
self.apiclient,
|
||||
self.zone.id,
|
||||
hypervisor=self.hypervisor
|
||||
self.zone.id
|
||||
)
|
||||
cmd.zoneid = self.zone.id
|
||||
cmd.templateid = template.id
|
||||
|
|
|
|||
Loading…
Reference in New Issue