mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 21:34:54 +03:00
qemu: prepare existing test for change of the default video device type
The test relied implicitly on default video device being cirrus. As we're about to change that the test would start failing. To avoid this, just make the test's requirement explicit. Reviewed-by: Cole Robinson <crobinso@redhat.com> Signed-off-by: Pavel Mores <pmores@redhat.com>
This commit is contained in:
parent
b648d96289
commit
4a067e70fa
@ -372,7 +372,8 @@ mymain(void)
|
|||||||
DO_TEST("graphics-egl-headless-rendernode",
|
DO_TEST("graphics-egl-headless-rendernode",
|
||||||
QEMU_CAPS_DEVICE_CIRRUS_VGA,
|
QEMU_CAPS_DEVICE_CIRRUS_VGA,
|
||||||
QEMU_CAPS_EGL_HEADLESS,
|
QEMU_CAPS_EGL_HEADLESS,
|
||||||
QEMU_CAPS_EGL_HEADLESS_RENDERNODE);
|
QEMU_CAPS_EGL_HEADLESS_RENDERNODE,
|
||||||
|
QEMU_CAPS_DEVICE_CIRRUS_VGA);
|
||||||
|
|
||||||
DO_TEST("input-usbmouse", NONE);
|
DO_TEST("input-usbmouse", NONE);
|
||||||
DO_TEST("input-usbtablet", NONE);
|
DO_TEST("input-usbtablet", NONE);
|
||||||
|
Loading…
Reference in New Issue
Block a user