From 589487fae20e50e1f8428c2934f36d253dd0d788 Mon Sep 17 00:00:00 2001 From: Jeff Lane Date: Fri, 20 Mar 2020 10:25:42 -0400 Subject: stress_ng_test: Reintroduced missing af-alg stressor in the cpu stress test lp: #1868269 --- bin/stress_ng_test | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/stress_ng_test b/bin/stress_ng_test index ced8455..1bc384a 100755 --- a/bin/stress_ng_test +++ b/bin/stress_ng_test @@ -123,9 +123,9 @@ def stress_cpu(args): """Run stress-ng tests on CPUs.""" retval = 0 - stressors = ['bsearch', 'context', 'cpu', 'crypt', 'hsearch', 'longjmp', - 'lsearch', 'matrix', 'qsort', 'str', 'stream', 'tsearch', - 'vecmath', 'wcs'] + stressors = ['af-alg', 'bsearch', 'context', 'cpu', 'crypt', 'hsearch', + 'longjmp', 'lsearch', 'matrix', 'qsort', 'str', 'stream', + 'tsearch', 'vecmath', 'wcs'] # Add 10% to runtime; will forcefully terminate if stress-ng # fails to return in that time. end_time = args.base_time * 11 / 10 -- cgit v1.2.3