mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 22:36:21 +02:00
oeqa: remove Clutter usage
Remove the use of core-image-clutter in selftest and manual Toaster QA. (From OE-Core rev: a634a0555d000d93a23890b68e54f06370f0a97e) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8431708201
commit
775b07b573
@@ -68,18 +68,6 @@ class ImageFeatures(OESelftestTestCase):
|
||||
self.assertEqual(status, 0, 'ssh to user tester failed with %s' % output)
|
||||
|
||||
|
||||
def test_clutter_image_can_be_built(self):
|
||||
"""
|
||||
Summary: Check if clutter image can be built
|
||||
Expected: 1. core-image-clutter can be built
|
||||
Product: oe-core
|
||||
Author: Ionut Chisanovici <ionutx.chisanovici@intel.com>
|
||||
AutomatedBy: Daniel Istrate <daniel.alexandrux.istrate@intel.com>
|
||||
"""
|
||||
|
||||
# Build a core-image-clutter
|
||||
bitbake('core-image-clutter')
|
||||
|
||||
def test_wayland_support_in_image(self):
|
||||
"""
|
||||
Summary: Check Wayland support in image
|
||||
|
||||
Reference in New Issue
Block a user