diff options
| author | Michael Halstead <mhalstead@linuxfoundation.org> | 2023-03-08 16:09:31 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-09 23:51:29 +0000 |
| commit | 45d0ab66fd1285834312c8bb28124d2617461763 (patch) | |
| tree | 673a0a303dd229509574bb363edba38ed0ae67fe | |
| parent | a5352932d927a164b460a2e117bfb1bd9aeb345a (diff) | |
| download | poky-45d0ab66fd1285834312c8bb28124d2617461763.tar.gz | |
selftest/runtime_test/virgl: Disable for all Rocky Linux
RHEL compatible kernels do not support vgem so we disable virgl headless
testing.
(From OE-Core rev: 78bc1ba2361249ec845d1b9e28d429a37dd83910)
Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/runtime_test.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/runtime_test.py b/meta/lib/oeqa/selftest/cases/runtime_test.py index e32c4aff85..81b8d056cc 100644 --- a/meta/lib/oeqa/selftest/cases/runtime_test.py +++ b/meta/lib/oeqa/selftest/cases/runtime_test.py | |||
| @@ -257,7 +257,8 @@ class TestImage(OESelftestTestCase): | |||
| 257 | import subprocess, os | 257 | import subprocess, os |
| 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 distro.startswith('almalinux')): | 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 | self.skipTest('virgl headless cannot be tested with %s' %(distro)) | 262 | self.skipTest('virgl headless cannot be tested with %s' %(distro)) |
| 262 | 263 | ||
| 263 | qemu_distrofeatures = get_bb_var('DISTRO_FEATURES', 'qemu-system-native') | 264 | qemu_distrofeatures = get_bb_var('DISTRO_FEATURES', 'qemu-system-native') |
