diff options
| author | Steve Sakoman <steve@sakoman.com> | 2021-12-21 07:56:17 -1000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-30 16:59:16 +0000 |
| commit | 98d21218fcf1449d31368bf6216fcc2eebb0f529 (patch) | |
| tree | 69dd8bc57aa58e18ba2cb54c5aef090119dd93d4 /meta | |
| parent | 846e457b358027b8ce10350e66e67972289ecd7d (diff) | |
| download | poky-98d21218fcf1449d31368bf6216fcc2eebb0f529.tar.gz | |
selftest: skip virgl test on fedora 34 entirely
Fedora 34 recently updated libdrm to 2.4.109 and this test will fail any
time the host has libdrm > 2.4.107
(From OE-Core rev: 1ab7aee542589f6b6c76f8515b4230ce870a8678)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/runtime_test.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/lib/oeqa/selftest/cases/runtime_test.py b/meta/lib/oeqa/selftest/cases/runtime_test.py index 9e5c3f2878..f5b3ba27a9 100644 --- a/meta/lib/oeqa/selftest/cases/runtime_test.py +++ b/meta/lib/oeqa/selftest/cases/runtime_test.py | |||
| @@ -181,6 +181,8 @@ class TestImage(OESelftestTestCase): | |||
| 181 | self.skipTest('virgl isn\'t working with Centos 7') | 181 | self.skipTest('virgl isn\'t working with Centos 7') |
| 182 | if distro and distro == 'centos-8': | 182 | if distro and distro == 'centos-8': |
| 183 | self.skipTest('virgl isn\'t working with Centos 8') | 183 | self.skipTest('virgl isn\'t working with Centos 8') |
| 184 | if distro and distro == 'fedora-34': | ||
| 185 | self.skipTest('virgl isn\'t working with Fedora 34') | ||
| 184 | if distro and distro == 'opensuseleap-15.0': | 186 | if distro and distro == 'opensuseleap-15.0': |
| 185 | self.skipTest('virgl isn\'t working with Opensuse 15.0') | 187 | self.skipTest('virgl isn\'t working with Opensuse 15.0') |
| 186 | 188 | ||
