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.
2019-07-30 14:09:07 +02:00
..
cache
env
integration vmware_guest: clone VM with attached CDROM 2019-07-30 14:09:07 +02:00
legacy safe_eval fix (#57188) 2019-06-06 15:36:22 -04:00
results
runner Add hcloud_network module (#59366) 2019-07-30 14:00:33 +02:00
sanity Render elements in module doc and sanity test for sub-options (#59244) 2019-07-30 12:07:21 +05:30
units Added unit tests for redhat_subscription module (#58665) 2019-07-29 16:11:29 -04:00
utils Verify package data in setup.py installs all files (#59537) 2019-07-24 13:58:13 -05:00