* tests/avocado/virtio-gpu.py:VirtioGPUx86.test_vhost_user_vga_virgl: ERROR
@ 2023-05-25 17:00 Richard Henderson
2023-05-30 15:00 ` Richard Henderson
0 siblings, 1 reply; 3+ messages in thread
From: Richard Henderson @ 2023-05-25 17:00 UTC (permalink / raw)
To: qemu-devel
Cc: Thomas Huth, Marc-André Lureau, Markus Armbruster,
Philippe Mathieu-Daudé
Hi guys,
https://gitlab.com/qemu-project/qemu/-/jobs/4352476431
https://gitlab.com/qemu-project/qemu/-/jobs/4352476434
This test ERRORs on the azure k8s runners with
qemu-system-x86_64: egl: no drm render node available
qemu-system-x86_64: egl: render node init failed
Can we please SKIP the test if the required resource is not available?
r~
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: tests/avocado/virtio-gpu.py:VirtioGPUx86.test_vhost_user_vga_virgl: ERROR
2023-05-25 17:00 tests/avocado/virtio-gpu.py:VirtioGPUx86.test_vhost_user_vga_virgl: ERROR Richard Henderson
@ 2023-05-30 15:00 ` Richard Henderson
2023-05-30 17:55 ` Thomas Huth
0 siblings, 1 reply; 3+ messages in thread
From: Richard Henderson @ 2023-05-30 15:00 UTC (permalink / raw)
To: qemu-devel
Cc: Thomas Huth, Marc-André Lureau, Markus Armbruster,
Philippe Mathieu-Daudé
Ping.
On 5/25/23 10:00, Richard Henderson wrote:
> Hi guys,
>
> https://gitlab.com/qemu-project/qemu/-/jobs/4352476431
> https://gitlab.com/qemu-project/qemu/-/jobs/4352476434
>
> This test ERRORs on the azure k8s runners with
>
> qemu-system-x86_64: egl: no drm render node available
> qemu-system-x86_64: egl: render node init failed
>
> Can we please SKIP the test if the required resource is not available?
>
>
> r~
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: tests/avocado/virtio-gpu.py:VirtioGPUx86.test_vhost_user_vga_virgl: ERROR
2023-05-30 15:00 ` Richard Henderson
@ 2023-05-30 17:55 ` Thomas Huth
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Huth @ 2023-05-30 17:55 UTC (permalink / raw)
To: Richard Henderson, qemu-devel
Cc: Marc-André Lureau, Markus Armbruster,
Philippe Mathieu-Daudé
On 30/05/2023 17.00, Richard Henderson wrote:
> Ping.
>
> On 5/25/23 10:00, Richard Henderson wrote:
>> Hi guys,
>>
>> https://gitlab.com/qemu-project/qemu/-/jobs/4352476431
>> https://gitlab.com/qemu-project/qemu/-/jobs/4352476434
>>
>> This test ERRORs on the azure k8s runners with
>>
>> qemu-system-x86_64: egl: no drm render node available
>> qemu-system-x86_64: egl: render node init failed
>>
>> Can we please SKIP the test if the required resource is not available?
Maybe easy to fix... test_virtio_vga_virgl uses:
try:
self.vm.launch()
except:
# TODO: probably fails because we are missing the VirGL features
self.cancel("VirGL not enabled?")
But the failing test test_vhost_user_vga_virgl just does:
self.vm.launch()
without checking for an exception. I think we need to add the same "try: ...
except:" handling as above. I'll send a patch.
Thomas
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-05-30 17:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-25 17:00 tests/avocado/virtio-gpu.py:VirtioGPUx86.test_vhost_user_vga_virgl: ERROR Richard Henderson
2023-05-30 15:00 ` Richard Henderson
2023-05-30 17:55 ` Thomas Huth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).