]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuxml2argvtest: Add test cases covered only by qemuxml2xmltest - part 1
authorPeter Krempa <pkrempa@redhat.com>
Fri, 1 Dec 2023 15:53:32 +0000 (16:53 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 4 Jan 2024 21:26:10 +0000 (22:26 +0100)
commit9dcdca269298ee30bcef73189e0eb53457d49bfa
tree08dfd145c59e7c13ee09b644ccae0760050ea63b
parentb448abd9724232e2a96cd6b2b43dc63b6b62fd4e
qemuxml2argvtest: Add test cases covered only by qemuxml2xmltest - part 1

There were plenty of test cases invoked only from qemuxml2xmltest but
not from qemuxml2argvtest, either by accident or it was deemed unneeded.

Bulk-add all test cases which fit the above description which don't
require faking the network driver. Use same invocation as present in
qemuxml2xmltest.

Arguably in certain cases we could move the test case to
genericxml2xmltest, but this covers the cases when that would not be
appropriate.

Tests requiring the network driver will be bulk-added when the fake
network driver will be implemented.

This patch also allows the use of FLAG_SKIP_CONFIG_ACTIVE in
qemuxml2argvtest although the flag will be dormant for now.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
36 files changed:
tests/qemuxml2argvdata/boot-menu-disable-with-timeout.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/channel-unix-source-path.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/chardev-label.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/console-compat2.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/cpu-empty.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/cpu-host-model-features.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/cpu-numa-disordered.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/disk-active-commit.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/disk-mirror-old.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/disk-mirror.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/disk-network-vxhs.x86_64-5.0.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/downscript.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/hostdev-mdev-display.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/hostdev-scsi-autogen-address.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/hostdev-scsi-large-unit.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/hostdev-scsi-shareable.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/lease.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/memorybacking-set.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/memorybacking-unset.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/metadata-duplicate.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/metadata.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/net-midonet.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/numad-auto-vcpu-no-numatune.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/numad-static-vcpu-no-numatune.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/numavcpus-topology-mismatch.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/panic-pseries.ppc64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/pcihole64-gib.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/s390-defaultconsole.s390x-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/s390-panic.s390x-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/seclabel-device-multiple.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/seclabel-dynamic-none-relabel.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/seclabel-dynamic-none.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/serial-target-port-auto.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/vhost-user-fs-sock.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/video-virtio-gpu-ccw-auto.s390x-latest.args [new file with mode: 0644]
tests/qemuxml2argvtest.c