diff options
-rwxr-xr-x | bin/stress_ng_test.py (renamed from bin/stress_ng_test) | 0 | ||||
-rw-r--r-- | units/disk/jobs.pxu | 4 | ||||
-rw-r--r-- | units/memory/jobs.pxu | 2 | ||||
-rw-r--r-- | units/stress/jobs.pxu | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/bin/stress_ng_test b/bin/stress_ng_test.py index 1bc384a..1bc384a 100755 --- a/bin/stress_ng_test +++ b/bin/stress_ng_test.py diff --git a/units/disk/jobs.pxu b/units/disk/jobs.pxu index cb16a46..1df012f 100644 --- a/units/disk/jobs.pxu +++ b/units/disk/jobs.pxu @@ -108,10 +108,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" - stress_ng_test disk --device {name} --base-time $STRESS_NG_DISK_TIME + stress_ng_test.py 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" - stress_ng_test disk --device {name} --base-time 240 + stress_ng_test.py disk --device {name} --base-time 240 fi unit: template diff --git a/units/memory/jobs.pxu b/units/memory/jobs.pxu index d1fabb4..9d55649 100644 --- a/units/memory/jobs.pxu +++ b/units/memory/jobs.pxu @@ -47,7 +47,7 @@ user: root environ: STRESS_NG_MIN_SWAP_SIZE requires: package.name == 'stress-ng' or executable.name == 'stress-ng' -command: stress_ng_test memory +command: stress_ng_test.py memory _summary: Stress test of system memory _description: Test to perform some basic stress and exercise of system memory via the diff --git a/units/stress/jobs.pxu b/units/stress/jobs.pxu index 682f8fc..302fae3 100644 --- a/units/stress/jobs.pxu +++ b/units/stress/jobs.pxu @@ -22,10 +22,10 @@ command: if [ -n "$STRESS_NG_CPU_TIME" ] then echo "Found STRESS_NG_CPU_TIME env var, stress_ng cpu running time is now: $STRESS_NG_CPU_TIME seconds" - stress_ng_test cpu --base-time $STRESS_NG_CPU_TIME + stress_ng_test.py cpu --base-time $STRESS_NG_CPU_TIME else echo STRESS_NG_CPU_TIME env var is not found, stress_ng cpu running time is default value - stress_ng_test cpu --base-time 7200 + stress_ng_test.py cpu --base-time 7200 fi _summary: Stress of CPUs (very long runtime) |