]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
tests: qemuxml2xmltest: move graphics-spice-timeout
authorJán Tomko <jtomko@redhat.com>
Wed, 13 Oct 2021 15:09:16 +0000 (17:09 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 4 Nov 2021 13:37:15 +0000 (14:37 +0100)
Move the test closer to other graphics-spice tests.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
tests/qemuxml2xmltest.c

index a066c35db0f45a8e7fc39dc6c109b73624f3aa58..3abf58a9f48bb51e5fd2cc2b391b2ce92fdeecb8 100644 (file)
@@ -415,6 +415,9 @@ mymain(void)
             QEMU_CAPS_DEVICE_QXL,
             QEMU_CAPS_SPICE,
             QEMU_CAPS_EGL_HEADLESS);
+    DO_TEST("graphics-spice-timeout",
+            QEMU_CAPS_DEVICE_VGA,
+            QEMU_CAPS_SPICE);
 
     DO_TEST("graphics-egl-headless-rendernode",
             QEMU_CAPS_DEVICE_CIRRUS_VGA,
@@ -766,9 +769,6 @@ mymain(void)
     DO_TEST("graphics-listen-network2",
             QEMU_CAPS_DEVICE_CIRRUS_VGA,
             QEMU_CAPS_VNC);
-    DO_TEST("graphics-spice-timeout",
-            QEMU_CAPS_DEVICE_VGA,
-            QEMU_CAPS_SPICE);
     DO_TEST_NOCAPS("numad-auto-vcpu-no-numatune");
     DO_TEST_NOCAPS("numad-auto-memory-vcpu-no-cpuset-and-placement");
     DO_TEST_NOCAPS("numad-auto-memory-vcpu-cpuset");