diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-04-23 20:02:50 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-27 15:11:47 +0100 |
commit | 377a73d5b72b7c2c400519d9dc8e4b2fcd1348ac (patch) | |
tree | 87764726c1b033992a0b2979f5c3c553d4ce87f5 /meta/lib/oeqa | |
parent | f66d90a06fb8f8d0c0e108933c53b0d4126f7c10 (diff) | |
download | poky-377a73d5b72b7c2c400519d9dc8e4b2fcd1348ac.tar.gz |
oeqa/core/tests/test_data.py: use weston image instead of sato
(From OE-Core rev: c2ccd8c8144cdda52b858589f7d5d3a15ab28b90)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa')
-rwxr-xr-x | meta/lib/oeqa/core/tests/test_data.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/core/tests/test_data.py b/meta/lib/oeqa/core/tests/test_data.py index ac74098b78..acd726f3a0 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): | |||
33 | 33 | ||
34 | def test_data_fail_wrong_variable(self): | 34 | def test_data_fail_wrong_variable(self): |
35 | expectedError = 'AssertionError' | 35 | expectedError = 'AssertionError' |
36 | d = {'IMAGE' : 'core-image-sato', 'ARCH' : 'arm'} | 36 | d = {'IMAGE' : 'core-image-weston', 'ARCH' : 'arm'} |
37 | 37 | ||
38 | tc = self._testLoader(d=d, modules=self.modules) | 38 | tc = self._testLoader(d=d, modules=self.modules) |
39 | results = tc.runTests() | 39 | results = tc.runTests() |