Skip to content
Snippets Groups Projects
Commit b22df9e1 authored by Steve Sakoman's avatar Steve Sakoman
Browse files

selftest/runtime_test/virgl: Disable for all fedora


We can't support vgem on RHEL derived distros so disable this test for
all fedora hosts rather than specific versions.

(From OE-Core rev: c4760d6a52011515b0f931d08f619c7e49e72158)

Signed-off-by: default avatarSteve Sakoman <steve@sakoman.com>
parent 2589544c
No related branches found
No related tags found
No related merge requests found
...@@ -258,7 +258,7 @@ class TestImage(OESelftestTestCase): ...@@ -258,7 +258,7 @@ class TestImage(OESelftestTestCase):
distro = oe.lsb.distro_identifier() distro = oe.lsb.distro_identifier()
if distro and (distro in ['debian-9', 'debian-10', 'centos-7', 'centos-8', 'ubuntu-16.04', 'ubuntu-18.04'] or if distro and (distro in ['debian-9', 'debian-10', 'centos-7', 'centos-8', 'ubuntu-16.04', 'ubuntu-18.04'] or
distro.startswith('almalinux') or distro.startswith('rocky')): distro.startswith('almalinux') or distro.startswith('fedora') or distro.startswith('rocky')):
self.skipTest('virgl headless cannot be tested with %s' %(distro)) self.skipTest('virgl headless cannot be tested with %s' %(distro))
render_hint = """If /dev/dri/renderD* is absent due to lack of suitable GPU, 'modprobe vgem' will create one suitable for mesa llvmpipe software renderer.""" render_hint = """If /dev/dri/renderD* is absent due to lack of suitable GPU, 'modprobe vgem' will create one suitable for mesa llvmpipe software renderer."""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment