Re: [PATCH] tests/avocado/virtio-gpu: Cancel test if drm rendering is not available

2023-05-31 Thread Richard Henderson
On 5/30/23 11:03, Thomas Huth wrote: The test_vhost_user_vga_virgl test currently fails on some CI machines with: qemu-system-x86_64: egl: no drm render node available qemu-system-x86_64: egl: render node init failed The other test in this file already checks whether there is an error while

Re: [PATCH] tests/avocado/virtio-gpu: Cancel test if drm rendering is not available

2023-05-30 Thread Philippe Mathieu-Daudé
On 30/5/23 20:03, Thomas Huth wrote: The test_vhost_user_vga_virgl test currently fails on some CI machines with: qemu-system-x86_64: egl: no drm render node available qemu-system-x86_64: egl: render node init failed The other test in this file already checks whether there is an error while

[PATCH] tests/avocado/virtio-gpu: Cancel test if drm rendering is not available

2023-05-30 Thread Thomas Huth
The test_vhost_user_vga_virgl test currently fails on some CI machines with: qemu-system-x86_64: egl: no drm render node available qemu-system-x86_64: egl: render node init failed The other test in this file already checks whether there is an error while starting QEMU - we should do the same fo