diff options
Diffstat (limited to 'meta/recipes-rt')
-rwxr-xr-x | meta/recipes-rt/rt-tests/files/rt_bmark.py | 2 | ||||
-rw-r--r-- | meta/recipes-rt/rt-tests/rt-tests_1.1.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-rt/rt-tests/files/rt_bmark.py b/meta/recipes-rt/rt-tests/files/rt_bmark.py index 080a655893..57b39b52a1 100755 --- a/meta/recipes-rt/rt-tests/files/rt_bmark.py +++ b/meta/recipes-rt/rt-tests/files/rt_bmark.py | |||
@@ -130,7 +130,7 @@ def log_test_header(seq_no, nr_of_tests, name): | |||
130 | #------------------------------------------------------------------------------- | 130 | #------------------------------------------------------------------------------- |
131 | 131 | ||
132 | def start_stress(*args): | 132 | def start_stress(*args): |
133 | stress_cmd = [ "stress" ] | 133 | stress_cmd = [ "stress-ng" ] |
134 | added_stress_types = [] | 134 | added_stress_types = [] |
135 | req_stress_types = set(args) | 135 | req_stress_types = set(args) |
136 | cpu_cnt = str(multiprocessing.cpu_count()) | 136 | cpu_cnt = str(multiprocessing.cpu_count()) |
diff --git a/meta/recipes-rt/rt-tests/rt-tests_1.1.bb b/meta/recipes-rt/rt-tests/rt-tests_1.1.bb index 496f04fdba..b673cd784f 100644 --- a/meta/recipes-rt/rt-tests/rt-tests_1.1.bb +++ b/meta/recipes-rt/rt-tests/rt-tests_1.1.bb | |||
@@ -26,6 +26,6 @@ do_install_ptest() { | |||
26 | cp ${WORKDIR}/rt_bmark.py ${D}${PTEST_PATH} | 26 | cp ${WORKDIR}/rt_bmark.py ${D}${PTEST_PATH} |
27 | } | 27 | } |
28 | 28 | ||
29 | RDEPENDS_${PN}-ptest += " stress python3 python3-multiprocessing python3-datetime python3-misc" | 29 | RDEPENDS_${PN}-ptest += " stress-ng python3 python3-multiprocessing python3-datetime python3-misc" |
30 | 30 | ||
31 | FILES_${PN} += "${prefix}/src/backfire" | 31 | FILES_${PN} += "${prefix}/src/backfire" |