diff options
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/runtime_test.py')
-rw-r--r-- | meta/lib/oeqa/selftest/cases/runtime_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/runtime_test.py b/meta/lib/oeqa/selftest/cases/runtime_test.py index 7dcdfd0ab2..93c6da1889 100644 --- a/meta/lib/oeqa/selftest/cases/runtime_test.py +++ b/meta/lib/oeqa/selftest/cases/runtime_test.py | |||
@@ -258,7 +258,7 @@ class TestImage(OESelftestTestCase): | |||
258 | 258 | ||
259 | distro = oe.lsb.distro_identifier() | 259 | distro = oe.lsb.distro_identifier() |
260 | if distro and (distro in ['debian-9', 'debian-10', 'centos-7', 'centos-8', 'ubuntu-16.04', 'ubuntu-18.04'] or | 260 | if distro and (distro in ['debian-9', 'debian-10', 'centos-7', 'centos-8', 'ubuntu-16.04', 'ubuntu-18.04'] or |
261 | distro.startswith('almalinux') or distro.startswith('rocky')): | 261 | distro.startswith('almalinux') or distro.startswith('fedora') or distro.startswith('rocky')): |
262 | self.skipTest('virgl headless cannot be tested with %s' %(distro)) | 262 | self.skipTest('virgl headless cannot be tested with %s' %(distro)) |
263 | 263 | ||
264 | 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.""" | 264 | 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.""" |