]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuxml2xmltest: Modernize all test cases using QEMU_CAPS_QCOW2_LUKS
authorPeter Krempa <pkrempa@redhat.com>
Fri, 15 Jul 2022 14:35:27 +0000 (16:35 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 11 Aug 2022 12:38:31 +0000 (14:38 +0200)
commit8eae01ba28677c41587794ddac2c295b75e77df5
tree5b74b10be58f550e50e06cc7720f30315b7eef82
parentcd2d9808db8ce2d1abc4239c3b6946023f4af0ac
qemuxml2xmltest: Modernize all test cases using QEMU_CAPS_QCOW2_LUKS

Modernize 'disk-nvme', 'encrypted-disk-usage', 'encrypted-disk', and
'user-aliases' cases to use DO_TEST_CAPS_LATEST.

This will remove all uses of QEMU_CAPS_QCOW2_LUKS from the test suite.

Since the output files are done via symlinks to input files, the input
files need to be modernized with few auto-added XML bits.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
tests/qemuxml2argvdata/disk-nvme.xml
tests/qemuxml2argvdata/encrypted-disk-usage.xml
tests/qemuxml2argvdata/user-aliases.xml
tests/qemuxml2xmloutdata/disk-nvme.x86_64-latest.xml [moved from tests/qemuxml2xmloutdata/disk-nvme.xml with 100% similarity]
tests/qemuxml2xmloutdata/encrypted-disk-usage.x86_64-latest.xml [moved from tests/qemuxml2xmloutdata/encrypted-disk-usage.xml with 100% similarity]
tests/qemuxml2xmloutdata/encrypted-disk.x86_64-latest.xml [moved from tests/qemuxml2xmloutdata/encrypted-disk.xml with 89% similarity]
tests/qemuxml2xmloutdata/user-aliases.x86_64-latest.xml [moved from tests/qemuxml2xmloutdata/user-aliases.xml with 100% similarity]
tests/qemuxml2xmltest.c