mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
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:
parent
02c4c29823
commit
8607dc3706
@ -1 +0,0 @@
|
||||
unsupported configuration: the ats setting is not supported with this QEMU binary
|
@ -1 +0,0 @@
|
||||
unsupported configuration: the ats setting is not supported with this QEMU binary
|
@ -1 +0,0 @@
|
||||
unsupported configuration: the ats setting is not supported with this QEMU binary
|
@ -1 +0,0 @@
|
||||
unsupported configuration: the ats setting is not supported with this QEMU binary
|
@ -1 +0,0 @@
|
||||
unsupported configuration: the ats setting is not supported with this QEMU binary
|
@ -1 +0,0 @@
|
||||
unsupported configuration: the ats setting is not supported with this QEMU binary
|
@ -1 +0,0 @@
|
||||
unsupported configuration: the ats setting is not supported with this QEMU binary
|
@ -1 +0,0 @@
|
||||
unsupported configuration: the ats setting is not supported with this QEMU binary
|
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user