diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-05-17 07:42:54 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-07-17 05:36:14 -0700 |
| commit | aec6a4f00908de746e929e17c5f70d10fd022040 (patch) | |
| tree | 5d409acc95efbd3c7df4818b7bd7a3d947afc0e5 | |
| parent | 8824da319b17c3a401b68962b18ef09ef4625b15 (diff) | |
| download | poky-aec6a4f00908de746e929e17c5f70d10fd022040.tar.gz | |
selftest/cases/runtime_test: Exclude centos-9 from virgl tests
Similarly to centos 8, centos 9 doesn't support the render device we need
for this test.
(From OE-Core rev: 37ddcbd51ec39e5df94b307085cec2a045fea4a1)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit c2be3afabf84f287c90b61ae2509728a6634fb8f)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -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 12000aac16..13aa5f16c9 100644 --- a/meta/lib/oeqa/selftest/cases/runtime_test.py +++ b/meta/lib/oeqa/selftest/cases/runtime_test.py | |||
| @@ -273,7 +273,7 @@ TEST_RUNQEMUPARAMS += " slirp" | |||
| 273 | import subprocess, os | 273 | import subprocess, os |
| 274 | 274 | ||
| 275 | distro = oe.lsb.distro_identifier() | 275 | distro = oe.lsb.distro_identifier() |
| 276 | if distro and (distro in ['debian-9', 'debian-10', 'centos-7', 'centos-8', 'ubuntu-16.04', 'ubuntu-18.04'] or | 276 | if distro and (distro in ['debian-9', 'debian-10', 'centos-7', 'centos-8', 'centos-9', 'ubuntu-16.04', 'ubuntu-18.04'] or |
| 277 | distro.startswith('almalinux') or distro.startswith('rocky')): | 277 | distro.startswith('almalinux') or distro.startswith('rocky')): |
| 278 | self.skipTest('virgl headless cannot be tested with %s' %(distro)) | 278 | self.skipTest('virgl headless cannot be tested with %s' %(distro)) |
| 279 | 279 | ||
