summaryrefslogtreecommitdiffstats
path: root/meta/lib
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2024-03-05 11:53:34 -1000
committerSteve Sakoman <steve@sakoman.com>2024-03-12 04:06:19 -1000
commitfadcdfdd67a06f4c67d44cb543fbf8b7c756de37 (patch)
tree1b3e4cfdd895a785be5351010f4dd47a4a4bb253 /meta/lib
parent43c47a973f3ea6b8689b52b22cbf0122093a2877 (diff)
downloadpoky-fadcdfdd67a06f4c67d44cb543fbf8b7c756de37.tar.gz
selftest: skip virgl gtk/sdl test on ubuntu 18.04
(From OE-Core rev: 20c70400ea7739a20bec174ac5df6841cbf0b4de) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/lib')
-rw-r--r--meta/lib/oeqa/selftest/cases/runtime_test.py2
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 d06d480c2b..7dcdfd0ab2 100644
--- a/meta/lib/oeqa/selftest/cases/runtime_test.py
+++ b/meta/lib/oeqa/selftest/cases/runtime_test.py
@@ -221,6 +221,8 @@ class TestImage(OESelftestTestCase):
221 self.skipTest('virgl isn\'t working with Centos 7') 221 self.skipTest('virgl isn\'t working with Centos 7')
222 if distro and distro == 'opensuseleap-15.0': 222 if distro and distro == 'opensuseleap-15.0':
223 self.skipTest('virgl isn\'t working with Opensuse 15.0') 223 self.skipTest('virgl isn\'t working with Opensuse 15.0')
224 if distro and distro == 'ubuntu-18.04':
225 self.skipTest('virgl isn\'t working with Ubuntu 18.04')
224 226
225 qemu_packageconfig = get_bb_var('PACKAGECONFIG', 'qemu-system-native') 227 qemu_packageconfig = get_bb_var('PACKAGECONFIG', 'qemu-system-native')
226 qemu_distrofeatures = get_bb_var('DISTRO_FEATURES', 'qemu-system-native') 228 qemu_distrofeatures = get_bb_var('DISTRO_FEATURES', 'qemu-system-native')