Message ID | 20250211123144.37617-3-thuth@redhat.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [PULL,1/7] tests/functional: Convert the aarch64 xen test to the functional framework | expand |
diff --git a/tests/functional/test_aarch64_virt.py b/tests/functional/test_aarch64_virt.py index 07c1c13638..95f5ce8b4c 100755 --- a/tests/functional/test_aarch64_virt.py +++ b/tests/functional/test_aarch64_virt.py @@ -189,6 +189,8 @@ def test_aarch64_virt_with_gpu(self): self.skipTest("No venus support for virtio-gpu") elif "egl: no drm render node available" in excp.output: self.skipTest("Can't access host DRM render node") + elif "'type' does not accept value 'egl-headless'" in excp.output: + self.skipTest("egl-headless support is not available") else: self.log.info(f"unhandled launch failure: {excp.output}") raise excp