On Tue, Feb 02, 2021 at 06:26:25PM +0400, [email protected] wrote:
> From: Marc-André Lureau <[email protected]>
>
> This will check virtio/vhost-user-vga & virgl are correctly initialized
> by the Linux kernel on an egl-headless display.
>
> There are many other things that could be checked, but that's a start. I
> also don't know yet how to nicely skip on incompatible host &
> configurations.
You can annotate tests like this:
@avocado.skipUnless(os.path.exists(pick_default_vug_bin()), "no
vhost-user-gpu")
> + def test_vhost_user_vga_virgl(self):
[ queued whole series + some other pending ui/vga bits, kicked CI, lets
see how it is going. I suspect I'll have to drop this patch though. ]
HTH,
Gerd