mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +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
@@ -2348,7 +2348,7 @@
|
||||
"expected_results": ""
|
||||
},
|
||||
"3": {
|
||||
"action": "Build 6 recipes example (core-image-sato, core-image-minimal, core-image-base, core-image-clutter) to name a few. ",
|
||||
"action": "Build 6 recipes example (core-image-sato, core-image-minimal, core-image-base) to name a few. ",
|
||||
"expected_results": " All recipes are built correctly \n\n"
|
||||
},
|
||||
"4": {
|
||||
@@ -2382,7 +2382,7 @@
|
||||
"expected_results": ""
|
||||
},
|
||||
"3": {
|
||||
"action": "Build 6 recipes example (core-image-sato, core-image-minimal, core-image-base, core-image-clutter) to name a few. \n\n",
|
||||
"action": "Build 6 recipes example (core-image-sato, core-image-minimal, core-image-base) to name a few. \n\n",
|
||||
"expected_results": "All recipes are built correctly \n\n"
|
||||
},
|
||||
"4": {
|
||||
@@ -2420,7 +2420,7 @@
|
||||
"expected_results": ""
|
||||
},
|
||||
"3": {
|
||||
"action": "Build 4 recipes example (core-image-sato, core-image-minimal, core-image-base, core-image-clutter) to name a few. \n\n",
|
||||
"action": "Build 4 recipes example (core-image-sato, core-image-minimal, core-image-base) to name a few. \n\n",
|
||||
"expected_results": " All recipes are built correctly \n\n"
|
||||
},
|
||||
"4": {
|
||||
|
||||
@@ -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