]> code.ossystems Code Review - openembedded-core.git/commitdiff
oeqa/core/tests/test_data.py: use weston image instead of sato
authorAlexander Kanavin <alex.kanavin@gmail.com>
Fri, 23 Apr 2021 18:02:50 +0000 (20:02 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 27 Apr 2021 14:11:43 +0000 (15:11 +0100)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/core/tests/test_data.py

index ac74098b7859f5c51869f30ca5a91102ac358319..acd726f3a0f46c7239ac38d233e71f0ef56b7250 100755 (executable)
@@ -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()