ansible/test/integration/targets/vmware_guest
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
..
defaults vmware_guest: speed up vmware_guest tests 2019-07-26 14:07:01 +02:00
tasks vmware_guest: clone VM with attached CDROM 2019-07-30 14:09:07 +02:00
aliases