tests/acceptance/virtio-gpu.py: use virtio-vga-gl
Since49afbca3b
, the use of an optional virgl renderer is not available anymore, and sinceb36eb8860f
, the way to choose a GL based rendered is to use the "virtio-vga-gl" device. Signed-off-by: Cleber Rosa <crosa@redhat.com> Message-Id: <20210714174051.28164-6-crosa@redhat.com> Reviewed-by: Willian Rampazzo <willianr@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Cleber Rosa <crosa@redhat.com>
This commit is contained in:
parent
532835d022
commit
3a05eee2fe
@ -56,7 +56,7 @@ class VirtioGPUx86(Test):
|
||||
|
||||
def test_virtio_vga_virgl(self):
|
||||
"""
|
||||
:avocado: tags=device:virtio-vga
|
||||
:avocado: tags=device:virtio-vga-gl
|
||||
"""
|
||||
# FIXME: should check presence of virtio, virgl etc
|
||||
self.require_accelerator('kvm')
|
||||
@ -67,7 +67,7 @@ class VirtioGPUx86(Test):
|
||||
self.vm.set_console()
|
||||
self.vm.add_args("-m", "2G")
|
||||
self.vm.add_args("-machine", "pc,accel=kvm")
|
||||
self.vm.add_args("-device", "virtio-vga,virgl=on")
|
||||
self.vm.add_args("-device", "virtio-vga-gl")
|
||||
self.vm.add_args("-display", "egl-headless")
|
||||
self.vm.add_args(
|
||||
"-kernel",
|
||||
|
Loading…
Reference in New Issue
Block a user