]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuxml2(argv|xml)test: Unify usage of DO_TEST_CAPS_LATEST
authorPeter Krempa <pkrempa@redhat.com>
Wed, 5 Jan 2022 09:23:42 +0000 (10:23 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 7 Jan 2022 08:25:14 +0000 (09:25 +0100)
commitee12bd7b8ad58cba7bf9d3d8a88c1fab7316c7f4
tree2bb2debed59ee194a54f210dca4d40daa2aabcb5
parentc05dc2851cbe199c2901ecda9b5f42b27d5147b4
qemuxml2(argv|xml)test: Unify usage of DO_TEST_CAPS_LATEST

The qemuxml2argv invocation of some tests used DO_TEST_CAPS_LATEST while
the qemuxml2xmltest invocation uses fake caps. Unify them on
DO_TEST_CAPS_LATEST.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
13 files changed:
tests/qemuxml2argvdata/luks-disks.x86_64-4.1.0.args
tests/qemuxml2argvdata/luks-disks.xml
tests/qemuxml2argvdata/memfd-memory-default-hugepage.xml
tests/qemuxml2argvdata/memfd-memory-numa.xml
tests/qemuxml2argvdata/vhost-vsock.xml
tests/qemuxml2xmloutdata/luks-disks-source.x86_64-latest.xml [moved from tests/qemuxml2xmloutdata/luks-disks-source.xml with 95% similarity]
tests/qemuxml2xmloutdata/luks-disks.x86_64-latest.xml [moved from tests/qemuxml2xmloutdata/luks-disks.xml with 100% similarity]
tests/qemuxml2xmloutdata/memfd-memory-default-hugepage.x86_64-latest.xml [moved from tests/qemuxml2xmloutdata/memfd-memory-default-hugepage.xml with 100% similarity]
tests/qemuxml2xmloutdata/memfd-memory-numa.x86_64-latest.xml [moved from tests/qemuxml2xmloutdata/memfd-memory-numa.xml with 100% similarity]
tests/qemuxml2xmloutdata/tseg-explicit-size.x86_64-latest.xml [moved from tests/qemuxml2xmloutdata/tseg-explicit-size.xml with 61% similarity]
tests/qemuxml2xmloutdata/vhost-vsock-auto.x86_64-latest.xml [moved from tests/qemuxml2xmloutdata/vhost-vsock-auto.xml with 88% similarity]
tests/qemuxml2xmloutdata/vhost-vsock.x86_64-latest.xml [moved from tests/qemuxml2xmloutdata/vhost-vsock.xml with 100% similarity]
tests/qemuxml2xmltest.c