]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuxml2argvtest: Drop negative virtio-*-ats tests
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 15 Oct 2021 08:56:34 +0000 (10:56 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 15 Oct 2021 10:49:07 +0000 (12:49 +0200)
commit8607dc37063a0d4965c3458db1e3d6c37f1ba4bb
treef744f068ff65eef130a9cdbd174770231f415f1f
parent02c4c298238befaf26c4443a92e7895a651a46e4
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>
tests/qemuxml2argvdata/virtio-options-controller-ats.err [deleted file]
tests/qemuxml2argvdata/virtio-options-disk-ats.err [deleted file]
tests/qemuxml2argvdata/virtio-options-fs-ats.err [deleted file]
tests/qemuxml2argvdata/virtio-options-input-ats.err [deleted file]
tests/qemuxml2argvdata/virtio-options-memballoon-ats.err [deleted file]
tests/qemuxml2argvdata/virtio-options-net-ats.err [deleted file]
tests/qemuxml2argvdata/virtio-options-rng-ats.err [deleted file]
tests/qemuxml2argvdata/virtio-options-video-ats.err [deleted file]
tests/qemuxml2argvtest.c