mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-13 11:35:28 +00:00
xenserver_guest_info: use fallback chain for VDI format detection (#12215)
* xenserver_guest_info: use fallback chain for VDI format detection
* changelog: add PR URL to
changelog fragment
* test: set mismatched vdi_type in vm-3 fixture to test fallback chain precedence
Set vdi_type to "vhd" while image-format remains "qcow2" so the unit
test verifies that image-format takes precedence in the fallback chain.
---------
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| ansible-test-vm-1-facts.json | ||
| ansible-test-vm-1-facts.json.license | ||
| ansible-test-vm-1-params.json | ||
| ansible-test-vm-1-params.json.license | ||
| ansible-test-vm-2-facts.json | ||
| ansible-test-vm-2-facts.json.license | ||
| ansible-test-vm-2-params.json | ||
| ansible-test-vm-2-params.json.license | ||
| ansible-test-vm-3-facts.json | ||
| ansible-test-vm-3-facts.json.license | ||
| ansible-test-vm-3-params.json | ||
| ansible-test-vm-3-params.json.license | ||