summaryrefslogtreecommitdiffstats
path: root/meta/lib
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-04-23 20:02:50 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-27 15:11:43 +0100
commitc2ccd8c8144cdda52b858589f7d5d3a15ab28b90 (patch)
treeb7294dc2c7129abcf4cb61d9d013375e413ea419 /meta/lib
parent3a6996f87a9e32f2e6e668dce98f77d0b40fceb8 (diff)
downloadopenembedded-core-c2ccd8c8144cdda52b858589f7d5d3a15ab28b90.tar.gz
oeqa/core/tests/test_data.py: use weston image instead of sato
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
-rwxr-xr-xmeta/lib/oeqa/core/tests/test_data.py2
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):
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()