mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
f66d90a06f
commit
377a73d5b7
@@ -33,7 +33,7 @@ class TestData(TestBase):
|
|||||||
|
|
||||||
def test_data_fail_wrong_variable(self):
|
def test_data_fail_wrong_variable(self):
|
||||||
expectedError = 'AssertionError'
|
expectedError = 'AssertionError'
|
||||||
d = {'IMAGE' : 'core-image-sato', 'ARCH' : 'arm'}
|
d = {'IMAGE' : 'core-image-weston', 'ARCH' : 'arm'}
|
||||||
|
|
||||||
tc = self._testLoader(d=d, modules=self.modules)
|
tc = self._testLoader(d=d, modules=self.modules)
|
||||||
results = tc.runTests()
|
results = tc.runTests()
|
||||||
|
|||||||
Reference in New Issue
Block a user