mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
oeqa/selftest/runtime_test: only run the virgl tests on qemux86-64
These tests should be able to work on qemuarm64, but this is untested and the runners will need configuration. (From OE-Core rev: 09b9558e20e58b473154895b93cff16261c7f561) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
aa2016bcee
commit
45d9945c6a
@@ -10,7 +10,7 @@ from oeqa.core.decorator import OETestTag
|
|||||||
import os
|
import os
|
||||||
import tempfile
|
import tempfile
|
||||||
import oe.lsb
|
import oe.lsb
|
||||||
from oeqa.core.decorator.data import skipIfNotQemu
|
from oeqa.core.decorator.data import skipIfNotQemu, skipIfNotMachine
|
||||||
|
|
||||||
class TestExport(OESelftestTestCase):
|
class TestExport(OESelftestTestCase):
|
||||||
|
|
||||||
@@ -202,6 +202,8 @@ class TestImage(OESelftestTestCase):
|
|||||||
bitbake('core-image-full-cmdline socat')
|
bitbake('core-image-full-cmdline socat')
|
||||||
bitbake('-c testimage core-image-full-cmdline')
|
bitbake('-c testimage core-image-full-cmdline')
|
||||||
|
|
||||||
|
# https://bugzilla.yoctoproject.org/show_bug.cgi?id=14966
|
||||||
|
@skipIfNotMachine("qemux86-64", "test needs qemux86-64")
|
||||||
def test_testimage_virgl_gtk_sdl(self):
|
def test_testimage_virgl_gtk_sdl(self):
|
||||||
"""
|
"""
|
||||||
Summary: Check host-assisted accelerate OpenGL functionality in qemu with gtk and SDL frontends
|
Summary: Check host-assisted accelerate OpenGL functionality in qemu with gtk and SDL frontends
|
||||||
@@ -243,6 +245,7 @@ class TestImage(OESelftestTestCase):
|
|||||||
bitbake('core-image-minimal')
|
bitbake('core-image-minimal')
|
||||||
bitbake('-c testimage core-image-minimal')
|
bitbake('-c testimage core-image-minimal')
|
||||||
|
|
||||||
|
@skipIfNotMachine("qemux86-64", "test needs qemux86-64")
|
||||||
def test_testimage_virgl_headless(self):
|
def test_testimage_virgl_headless(self):
|
||||||
"""
|
"""
|
||||||
Summary: Check host-assisted accelerate OpenGL functionality in qemu with egl-headless frontend
|
Summary: Check host-assisted accelerate OpenGL functionality in qemu with egl-headless frontend
|
||||||
|
|||||||
Reference in New Issue
Block a user