diff options
| author | Ross Burton <ross@burtonini.com> | 2021-06-01 17:21:42 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-03 23:09:42 +0100 |
| commit | 775b07b57322fee339ae6091bccac9b482c91306 (patch) | |
| tree | 72ca53571bff9c85d0568356fa17cdf19901d5f0 /meta/lib/oeqa/selftest/cases | |
| parent | 84317082015afa3ac7e9eeb23139861ec2c0d220 (diff) | |
| download | poky-775b07b57322fee339ae6091bccac9b482c91306.tar.gz | |
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>
Diffstat (limited to 'meta/lib/oeqa/selftest/cases')
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/imagefeatures.py | 12 |
1 files changed, 0 insertions, 12 deletions
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 |
