From: Alexander Kanavin Date: Fri, 23 Apr 2021 18:02:50 +0000 (+0200) Subject: oeqa/core/tests/test_data.py: use weston image instead of sato X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~8046 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2ccd8c8144cdda52b858589f7d5d3a15ab28b90;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git oeqa/core/tests/test_data.py: use weston image instead of sato Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/lib/oeqa/core/tests/test_data.py b/meta/lib/oeqa/core/tests/test_data.py index ac74098b785..acd726f3a0f 100755 --- a/meta/lib/oeqa/core/tests/test_data.py +++ b/meta/lib/oeqa/core/tests/test_data.py @@ -33,7 +33,7 @@ class TestData(TestBase): def test_data_fail_wrong_variable(self): expectedError = 'AssertionError' - d = {'IMAGE' : 'core-image-sato', 'ARCH' : 'arm'} + d = {'IMAGE' : 'core-image-weston', 'ARCH' : 'arm'} tc = self._testLoader(d=d, modules=self.modules) results = tc.runTests()