diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-12-05 16:43:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-09 12:00:42 +0000 |
commit | e978f1e82aae8bb3decbb34254828f83cb14e271 (patch) | |
tree | 3b7425d673a38296ed89dcbd1397fe581fce09f5 /meta/lib/oeqa/selftest | |
parent | b6cae466992e1bf98a9babc5853f727158ca7a04 (diff) | |
download | poky-e978f1e82aae8bb3decbb34254828f83cb14e271.tar.gz |
selftest: skip virgl gtk/sdl test on opensuse 15.0
(From OE-Core rev: ae9660cac026cf87043596e8d598a3541f1f53d2)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/selftest')
-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 ccd2c40aa3..7aa9fb25da 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 Debian 8') | 181 | self.skipTest('virgl isn\'t working with Debian 8') |
182 | if distro and distro == 'centos-7': | 182 | if distro and distro == 'centos-7': |
183 | self.skipTest('virgl isn\'t working with Centos 7') | 183 | self.skipTest('virgl isn\'t working with Centos 7') |
184 | if distro and distro == 'opensuseleap-15.0': | ||
185 | self.skipTest('virgl isn\'t working with Opensuse 15.0') | ||
184 | 186 | ||
185 | qemu_packageconfig = get_bb_var('PACKAGECONFIG', 'qemu-system-native') | 187 | qemu_packageconfig = get_bb_var('PACKAGECONFIG', 'qemu-system-native') |
186 | sdl_packageconfig = get_bb_var('PACKAGECONFIG', 'libsdl2-native') | 188 | sdl_packageconfig = get_bb_var('PACKAGECONFIG', 'libsdl2-native') |