diff options
author | Rod Smith <rod.smith@canonical.com> | 2020-02-06 10:56:14 -0500 |
---|---|---|
committer | Rod Smith <rod.smith@canonical.com> | 2020-02-14 09:16:20 -0500 |
commit | 74e1a8e76df558fb332f5ce283a1ba6d5031ed6a (patch) | |
tree | 656f84acce0409734f05b41d66c2b7d6ca283696 /units/disk | |
parent | d64cd8262a1f200025b4329ea18273f9a4e853a2 (diff) |
Replace three stress-ng scripts with a unified script.
Diffstat (limited to 'units/disk')
-rw-r--r-- | units/disk/jobs.pxu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/units/disk/jobs.pxu b/units/disk/jobs.pxu index 3e0f5682..431cb2e3 100644 --- a/units/disk/jobs.pxu +++ b/units/disk/jobs.pxu @@ -94,10 +94,10 @@ command: if [ -n "$STRESS_NG_DISK_TIME" ] then echo "Found STRESS_NG_DISK_TIME env var, stress_ng disk running time is now: $STRESS_NG_DISK_TIME seconds" - disk_stress_ng {name} --base-time $STRESS_NG_DISK_TIME --really-run + stress_ng_test disk --device {name} --base-time $STRESS_NG_DISK_TIME else echo "STRESS_NG_DISK_TIME env var is not found, stress_ng disk running time is default value" - disk_stress_ng {name} --base-time 240 --really-run + stress_ng_test disk --device {name} --base-time 240 fi unit: template |