mbox series

[for,6.1,0/6] virtio-gpu acceptance test: use current device name

Message ID 20210714174051.28164-1-crosa@redhat.com (mailing list archive)
Headers show
Series virtio-gpu acceptance test: use current device name | expand

Message

Cleber Rosa July 14, 2021, 5:40 p.m. UTC
The virtio-gpu acceptance tests are currently broken because of a
mismatch in the device option and name (see patch 5).

The exact failure is:

  qemu-system-x86_64: -device virtio-vga,virgl=on: Property 'virtio-vga.virgl' not found

While at it, I've included a few cleanups and improvements to the very
same test file.

A pipeline can be seen here (applied top of my python-next):

   https://gitlab.com/cleber.gnu/qemu/-/pipelines/337000139

I've also applied it on top of current master (4aa2454d9) and verified
the fix.

If all patches are considered too much for the soft freeze, I can
re-send patch 5 by itself.

Cleber Rosa (6):
  tests/acceptance/virtio-gpu.py: use require_accelerator()
  tests/acceptance/virtio-gpu.py: combine x86_64 arch tags
  tests/acceptance/virtio-gpu.py: combine CPU tags
  tests/acceptance/virtio-gpu.py: combine kernel command line
  tests/acceptance/virtio-gpu.py: use virtio-vga-gl
  tests/acceptance/virtio-gpu.py: provide kernel and initrd hashes

 tests/acceptance/virtio-gpu.py | 42 ++++++++++++----------------------
 1 file changed, 15 insertions(+), 27 deletions(-)