cfme.utils.virtual_machines module

Helper functions related to the creation and destruction of virtual machines and instances

cfme.utils.virtual_machines.deploy_template(provider_key, vm_name, template_name=None, timeout=900, **deploy_args)[source]
Parameters:
  • provider_key – Provider key on which the VM is to be created
  • vm_name – Name of the VM to be deployed
  • template_name – Name of the template that the VM is deployed from
  • timeout – the timeout for template deploy