mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-04 21:47:16 +03:00
qemuxml2argvtest: Drop negative virtio-*-iommu tests
There are some tests cases in qemuxml2argvtest that aim to check whether our validator rejects <driver iommu=''/> when QEMU_CAPS_VIRTIO_PCI_IOMMU_PLATFORM 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
01bfd5e33d
commit
4b91b98889
@ -1 +0,0 @@
|
||||
unsupported configuration: the iommu setting is not supported with this QEMU binary
|
@ -1 +0,0 @@
|
||||
unsupported configuration: the iommu setting is not supported with this QEMU binary
|
@ -1 +0,0 @@
|
||||
unsupported configuration: the iommu setting is not supported with this QEMU binary
|
@ -1 +0,0 @@
|
||||
unsupported configuration: the iommu setting is not supported with this QEMU binary
|
@ -1 +0,0 @@
|
||||
unsupported configuration: the iommu setting is not supported with this QEMU binary
|
@ -1 +0,0 @@
|
||||
unsupported configuration: the iommu setting is not supported with this QEMU binary
|
@ -1 +0,0 @@
|
||||
unsupported configuration: the iommu setting is not supported with this QEMU binary
|
@ -1 +0,0 @@
|
||||
unsupported configuration: the iommu 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-iommu", QEMU_CAPS_VIRTIO_SCSI);
|
||||
DO_TEST_PARSE_ERROR_NOCAPS("virtio-options-disk-iommu");
|
||||
DO_TEST_PARSE_ERROR_NOCAPS("virtio-options-fs-iommu");
|
||||
DO_TEST_PARSE_ERROR("virtio-options-input-iommu", QEMU_CAPS_VIRTIO_MOUSE,
|
||||
QEMU_CAPS_VIRTIO_KEYBOARD);
|
||||
DO_TEST_PARSE_ERROR_NOCAPS("virtio-options-net-iommu");
|
||||
DO_TEST_PARSE_ERROR_NOCAPS("virtio-options-memballoon-iommu");
|
||||
DO_TEST_PARSE_ERROR("virtio-options-rng-iommu", QEMU_CAPS_DEVICE_VIRTIO_RNG,
|
||||
QEMU_CAPS_OBJECT_RNG_RANDOM);
|
||||
DO_TEST_PARSE_ERROR("virtio-options-video-iommu", 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-ats", QEMU_CAPS_VIRTIO_SCSI);
|
||||
DO_TEST_PARSE_ERROR_NOCAPS("virtio-options-disk-ats");
|
||||
DO_TEST_PARSE_ERROR_NOCAPS("virtio-options-fs-ats");
|
||||
|
Loading…
x
Reference in New Issue
Block a user