qemuxml2argvtest: Drop negative virtio-*-ats tests

There are some tests cases in qemuxml2argvtest that aim to check
whether our validator rejects <driver ats=''/> when
QEMU_CAPS_VIRTIO_PCI_ATS capability is not present.  Well, such
scenario can't happen really because the capability will always
be present.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
Michal Privoznik 2021-10-15 10:56:34 +02:00
parent 02c4c29823
commit 8607dc3706
9 changed files with 0 additions and 21 deletions

View File

@ -1 +0,0 @@
unsupported configuration: the ats setting is not supported with this QEMU binary

View File

@ -1 +0,0 @@
unsupported configuration: the ats setting is not supported with this QEMU binary

View File

@ -1 +0,0 @@
unsupported configuration: the ats setting is not supported with this QEMU binary

View File

@ -1 +0,0 @@
unsupported configuration: the ats setting is not supported with this QEMU binary

View File

@ -1 +0,0 @@
unsupported configuration: the ats setting is not supported with this QEMU binary

View File

@ -1 +0,0 @@
unsupported configuration: the ats setting is not supported with this QEMU binary

View File

@ -1 +0,0 @@
unsupported configuration: the ats setting is not supported with this QEMU binary

View File

@ -1 +0,0 @@
unsupported configuration: the ats setting is not supported with this QEMU binary

View File

@ -3279,19 +3279,6 @@ mymain(void)
DO_TEST_CAPS_LATEST("virtio-options-net-packed");
DO_TEST_CAPS_LATEST("virtio-options-rng-packed");
DO_TEST_CAPS_LATEST("virtio-options-video-packed");
DO_TEST_PARSE_ERROR("virtio-options-controller-ats", QEMU_CAPS_VIRTIO_SCSI);
DO_TEST_PARSE_ERROR_NOCAPS("virtio-options-disk-ats");
DO_TEST_PARSE_ERROR_NOCAPS("virtio-options-fs-ats");
DO_TEST_PARSE_ERROR("virtio-options-input-ats", QEMU_CAPS_VIRTIO_MOUSE,
QEMU_CAPS_VIRTIO_KEYBOARD);
DO_TEST_PARSE_ERROR_NOCAPS("virtio-options-memballoon-ats");
DO_TEST_PARSE_ERROR_NOCAPS("virtio-options-net-ats");
DO_TEST_PARSE_ERROR("virtio-options-rng-ats", QEMU_CAPS_DEVICE_VIRTIO_RNG,
QEMU_CAPS_OBJECT_RNG_RANDOM);
DO_TEST_PARSE_ERROR("virtio-options-video-ats", QEMU_CAPS_DEVICE_VIRTIO_GPU,
QEMU_CAPS_DEVICE_VIRTIO_GPU,
QEMU_CAPS_VIRTIO_GPU_VIRGL,
QEMU_CAPS_DEVICE_VHOST_USER_GPU);
DO_TEST_PARSE_ERROR("virtio-options-controller-packed", QEMU_CAPS_VIRTIO_SCSI);
DO_TEST_PARSE_ERROR_NOCAPS("virtio-options-disk-packed");
DO_TEST_PARSE_ERROR_NOCAPS("virtio-options-fs-packed");