diff options
Diffstat (limited to 'meta/lib')
-rw-r--r-- | meta/lib/oeqa/manual/toaster-managed-mode.json | 6 | ||||
-rw-r--r-- | meta/lib/oeqa/selftest/cases/imagefeatures.py | 12 |
2 files changed, 3 insertions, 15 deletions
diff --git a/meta/lib/oeqa/manual/toaster-managed-mode.json b/meta/lib/oeqa/manual/toaster-managed-mode.json index 12374c7c64..38b396ab09 100644 --- a/meta/lib/oeqa/manual/toaster-managed-mode.json +++ b/meta/lib/oeqa/manual/toaster-managed-mode.json | |||
@@ -2348,7 +2348,7 @@ | |||
2348 | "expected_results": "" | 2348 | "expected_results": "" |
2349 | }, | 2349 | }, |
2350 | "3": { | 2350 | "3": { |
2351 | "action": "Build 6 recipes example (core-image-sato, core-image-minimal, core-image-base, core-image-clutter) to name a few. ", | 2351 | "action": "Build 6 recipes example (core-image-sato, core-image-minimal, core-image-base) to name a few. ", |
2352 | "expected_results": " All recipes are built correctly \n\n" | 2352 | "expected_results": " All recipes are built correctly \n\n" |
2353 | }, | 2353 | }, |
2354 | "4": { | 2354 | "4": { |
@@ -2382,7 +2382,7 @@ | |||
2382 | "expected_results": "" | 2382 | "expected_results": "" |
2383 | }, | 2383 | }, |
2384 | "3": { | 2384 | "3": { |
2385 | "action": "Build 6 recipes example (core-image-sato, core-image-minimal, core-image-base, core-image-clutter) to name a few. \n\n", | 2385 | "action": "Build 6 recipes example (core-image-sato, core-image-minimal, core-image-base) to name a few. \n\n", |
2386 | "expected_results": "All recipes are built correctly \n\n" | 2386 | "expected_results": "All recipes are built correctly \n\n" |
2387 | }, | 2387 | }, |
2388 | "4": { | 2388 | "4": { |
@@ -2420,7 +2420,7 @@ | |||
2420 | "expected_results": "" | 2420 | "expected_results": "" |
2421 | }, | 2421 | }, |
2422 | "3": { | 2422 | "3": { |
2423 | "action": "Build 4 recipes example (core-image-sato, core-image-minimal, core-image-base, core-image-clutter) to name a few. \n\n", | 2423 | "action": "Build 4 recipes example (core-image-sato, core-image-minimal, core-image-base) to name a few. \n\n", |
2424 | "expected_results": " All recipes are built correctly \n\n" | 2424 | "expected_results": " All recipes are built correctly \n\n" |
2425 | }, | 2425 | }, |
2426 | "4": { | 2426 | "4": { |
diff --git a/meta/lib/oeqa/selftest/cases/imagefeatures.py b/meta/lib/oeqa/selftest/cases/imagefeatures.py index 5d4330b48f..2de22d3404 100644 --- a/meta/lib/oeqa/selftest/cases/imagefeatures.py +++ b/meta/lib/oeqa/selftest/cases/imagefeatures.py | |||
@@ -68,18 +68,6 @@ class ImageFeatures(OESelftestTestCase): | |||
68 | self.assertEqual(status, 0, 'ssh to user tester failed with %s' % output) | 68 | self.assertEqual(status, 0, 'ssh to user tester failed with %s' % output) |
69 | 69 | ||
70 | 70 | ||
71 | def test_clutter_image_can_be_built(self): | ||
72 | """ | ||
73 | Summary: Check if clutter image can be built | ||
74 | Expected: 1. core-image-clutter can be built | ||
75 | Product: oe-core | ||
76 | Author: Ionut Chisanovici <ionutx.chisanovici@intel.com> | ||
77 | AutomatedBy: Daniel Istrate <daniel.alexandrux.istrate@intel.com> | ||
78 | """ | ||
79 | |||
80 | # Build a core-image-clutter | ||
81 | bitbake('core-image-clutter') | ||
82 | |||
83 | def test_wayland_support_in_image(self): | 71 | def test_wayland_support_in_image(self): |
84 | """ | 72 | """ |
85 | Summary: Check Wayland support in image | 73 | Summary: Check Wayland support in image |