]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuxml2(argv|xml)test: Convert certain tests to DO_TEST_CAPS_LATEST
authorPeter Krempa <pkrempa@redhat.com>
Mon, 14 Aug 2023 12:28:48 +0000 (14:28 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 22 Aug 2023 12:04:40 +0000 (14:04 +0200)
commiteb380372dc3b687a701dd9178ad65c4fd2ed0416
tree2b2eb7afa4168a5dff896646b773c4af73949826
parent2c17de67d03a25837e1b686ee316b090b7fb0466
qemuxml2(argv|xml)test: Convert certain tests to DO_TEST_CAPS_LATEST

Convert tests which use DO_TEST_NOCAPS in both tests and the
qemuxml2xml variant has a symlink back to the qemuxml2argv input file.

This is done to separate the conversion before a patch converts all
DO_TEST_NOCAPS variants in qemuxml2xmltest to use real capabilities.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
24 files changed:
tests/qemuxml2argvdata/clock-realtime.x86_64-latest.args [moved from tests/qemuxml2argvdata/clock-realtime.args with 61% similarity]
tests/qemuxml2argvdata/clock-realtime.xml
tests/qemuxml2argvdata/kvm-features-off.x86_64-latest.args [moved from tests/qemuxml2argvdata/kvm-features-off.args with 61% similarity]
tests/qemuxml2argvdata/kvm-features-off.xml
tests/qemuxml2argvdata/kvm-features.x86_64-latest.args [moved from tests/qemuxml2argvdata/kvm-features.args with 60% similarity]
tests/qemuxml2argvdata/kvm-features.xml
tests/qemuxml2argvdata/net-user-addr.args [deleted file]
tests/qemuxml2argvdata/net-user-addr.x86_64-latest.args [moved from tests/qemuxml2argvdata/serial-tcp-tlsx509-chardev-notls.args with 56% similarity]
tests/qemuxml2argvdata/net-user-addr.xml
tests/qemuxml2argvdata/numatune-no-vcpu.args [deleted file]
tests/qemuxml2argvdata/numatune-no-vcpu.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/numatune-no-vcpu.xml
tests/qemuxml2argvdata/serial-tcp-tlsx509-chardev-notls.xml
tests/qemuxml2argvdata/smbios-type-fwcfg.x86_64-latest.args [moved from tests/qemuxml2argvdata/smbios-type-fwcfg.args with 70% similarity]
tests/qemuxml2argvdata/smbios-type-fwcfg.xml
tests/qemuxml2argvtest.c
tests/qemuxml2xmloutdata/clock-realtime.x86_64-latest.xml [moved from tests/qemuxml2xmloutdata/clock-realtime.xml with 100% similarity]
tests/qemuxml2xmloutdata/kvm-features-off.x86_64-latest.xml [moved from tests/qemuxml2xmloutdata/kvm-features-off.xml with 100% similarity]
tests/qemuxml2xmloutdata/kvm-features.x86_64-latest.xml [moved from tests/qemuxml2xmloutdata/kvm-features.xml with 100% similarity]
tests/qemuxml2xmloutdata/net-user-addr.x86_64-latest.xml [moved from tests/qemuxml2xmloutdata/net-user-addr.xml with 100% similarity]
tests/qemuxml2xmloutdata/numatune-no-vcpu.x86_64-latest.xml [moved from tests/qemuxml2xmloutdata/numatune-no-vcpu.xml with 100% similarity]
tests/qemuxml2xmloutdata/serial-tcp-tlsx509-chardev-notls.x86_64-latest.xml [moved from tests/qemuxml2xmloutdata/serial-tcp-tlsx509-chardev-notls.xml with 100% similarity]
tests/qemuxml2xmloutdata/smbios-type-fwcfg.x86_64-latest.xml [moved from tests/qemuxml2xmloutdata/smbios-type-fwcfg.xml with 100% similarity]
tests/qemuxml2xmltest.c