You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test
Gonéri Le Bouder 1ec155e773 vmware_guest: clone VM with attached CDROM
If a VM has an attached CDROM, `backing` attribute of the CDROM will
be defined.
As a result, we cannot just loop `vm_obj.config.hardware.device` and check
for the existance of the attribute to decide if the entry is a
harddrive.

Instead, we check the type of the device, and only keep the
`vim.vm.device.VirtualDisk` disk.

This issue is actually breaking our test-suite with regular environment
because we keep a Fedora ISO attached to the VM.
5 years ago
..
cache
env Add `env` command to ansible-test and run in CI. (#50176) 6 years ago
integration vmware_guest: clone VM with attached CDROM 5 years ago
legacy safe_eval fix (#57188) 5 years ago
results
runner Add hcloud_network module (#59366) 5 years ago
sanity Render elements in module doc and sanity test for sub-options (#59244) 5 years ago
units Added unit tests for redhat_subscription module (#58665) 5 years ago
utils Verify package data in setup.py installs all files (#59537) 5 years ago