Hi Mark,

+    def test_virtio_vga_virgl(self):

+        """

+        :avocado: tags=arch:x86_64

+        :avocado: tags=device:virtio-vga

+        """

+        kernel_command_line = (

+            self.KERNEL_COMMON_COMMAND_LINE + "console=ttyS0 rdinit=/bin/bash"

+        )

+        # FIXME: should check presence of virtio, virgl etc


This little nugget really must be fixed.

The observed behaviour is an indefinite hang in avocado, waiting for qemu, which is in zombie state. A manual kill -INT to the parent wakes it up like so:

(159/184) tests/avocado/virtio-gpu.py:VirtioGPUx86.test_virtio_vga_virgl: CANCEL: VirGL not enabled? (1264.25 s)



r~

Reply via email to