summaryrefslogtreecommitdiffstats
path: root/meta/recipes-rt/rt-tests/files/rt_bmark.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-rt/rt-tests/files/rt_bmark.py')
-rwxr-xr-xmeta/recipes-rt/rt-tests/files/rt_bmark.py2
1 files changed, 1 insertions, 1 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
132def start_stress(*args): 132def 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())