summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/runtime_test.py
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-04-23 20:02:51 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-27 15:11:47 +0100
commit06413d33b30b7a058f20f065eb8c095070708fca (patch)
tree1fedf493e195e9a5203a394a40b12315e4d12430 /meta/lib/oeqa/selftest/cases/runtime_test.py
parent377a73d5b72b7c2c400519d9dc8e4b2fcd1348ac (diff)
downloadpoky-06413d33b30b7a058f20f065eb8c095070708fca.tar.gz
oeqa/selftest: transition to weston images
For readonly rootfs tests core-image-weston is appended; everywhere else it replaces core-image-sato. (From OE-Core rev: 75e042db853b9bf9a70ff8a5abe6d45ebb0b77a9) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/runtime_test.py')
-rw-r--r--meta/lib/oeqa/selftest/cases/runtime_test.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/cases/runtime_test.py b/meta/lib/oeqa/selftest/cases/runtime_test.py
index b20c5b427b..84c2cb77e8 100644
--- a/meta/lib/oeqa/selftest/cases/runtime_test.py
+++ b/meta/lib/oeqa/selftest/cases/runtime_test.py
@@ -128,7 +128,6 @@ class TestImage(OESelftestTestCase):
128 features += 'TEST_SUITES = "ping ssh selftest"\n' 128 features += 'TEST_SUITES = "ping ssh selftest"\n'
129 self.write_config(features) 129 self.write_config(features)
130 130
131 # Build core-image-sato and testimage
132 bitbake('core-image-full-cmdline socat') 131 bitbake('core-image-full-cmdline socat')
133 bitbake('-c testimage core-image-full-cmdline') 132 bitbake('-c testimage core-image-full-cmdline')
134 133
@@ -164,7 +163,6 @@ class TestImage(OESelftestTestCase):
164 features += 'PSEUDO_IGNORE_PATHS .= ",%s"\n' % self.gpg_home 163 features += 'PSEUDO_IGNORE_PATHS .= ",%s"\n' % self.gpg_home
165 self.write_config(features) 164 self.write_config(features)
166 165
167 # Build core-image-sato and testimage
168 bitbake('core-image-full-cmdline socat') 166 bitbake('core-image-full-cmdline socat')
169 bitbake('-c testimage core-image-full-cmdline') 167 bitbake('-c testimage core-image-full-cmdline')
170 168