Signed-off-by: Alexander Kanavin <[email protected]>
---
meta/lib/oeqa/buildperf/test_basic.py | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/meta/lib/oeqa/buildperf/test_basic.py
b/meta/lib/oeqa/buildperf/test_basic.py
index 2104617ba3..0fe7d3c8dc 100644
--- a/meta/lib/oeqa/buildperf/test_basic.py
+++ b/meta/lib/oeqa/buildperf/test_basic.py
@@ -11,10 +11,10 @@ from oeqa.buildperf import BuildPerfTestCase
from oeqa.utils.commands import get_bb_var, get_bb_vars
class Test1P1(BuildPerfTestCase):
- build_target = 'core-image-sato'
+ build_target = 'core-image-weston'
def test1(self):
- """Build core-image-sato"""
+ """Build core-image-weston"""
self.rm_tmp()
self.rm_sstate()
self.rm_cache()
@@ -40,10 +40,10 @@ class Test1P2(BuildPerfTestCase):
class Test1P3(BuildPerfTestCase):
- build_target = 'core-image-sato'
+ build_target = 'core-image-weston'
def test13(self):
- """Build core-image-sato with rm_work enabled"""
+ """Build core-image-weston with rm_work enabled"""
postfile = os.path.join(self.tmp_dir, 'postfile.conf')
with open(postfile, 'w') as fobj:
fobj.write('INHERIT += "rm_work"\n')
@@ -60,10 +60,10 @@ class Test1P3(BuildPerfTestCase):
class Test2(BuildPerfTestCase):
- build_target = 'core-image-sato'
+ build_target = 'core-image-weston'
def test2(self):
- """Run core-image-sato do_rootfs with sstate"""
+ """Run core-image-weston do_rootfs with sstate"""
# Build once in order to populate sstate cache
self.run_cmd(['bitbake', self.build_target])
@@ -93,7 +93,7 @@ class Test3(BuildPerfTestCase):
class Test4(BuildPerfTestCase):
- build_target = 'core-image-sato'
+ build_target = 'core-image-weston'
def test4(self):
"""eSDK metrics"""
--
2.29.1
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#144408):
https://lists.openembedded.org/g/openembedded-core/message/144408
Mute This Topic: https://lists.openembedded.org/mt/78131681/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-