summaryrefslogtreecommitdiff
path: root/units/stress
diff options
authorSylvain Pineau <sylvain.pineau@canonical.com>2020-07-14 13:22:54 +0200
committerSylvain Pineau <sylvain.pineau@canonical.com>2020-07-14 13:22:54 +0200
commit77b17f872c9ad1780a018eef9cea1ab4c957b5a7 (patch)
tree38f7cdca3f441926704d27c9f7ce9bb51682d2fe /units/stress
parentda5eae54280095fadd2ac0b5d630a31824ab16e9 (diff)
bin:sleep_test -> sleep_test.py
Diffstat (limited to 'units/stress')
-rw-r--r--units/stress/jobs.pxu16
1 files changed, 8 insertions, 8 deletions
diff --git a/units/stress/jobs.pxu b/units/stress/jobs.pxu
index 21e06c2..21c7b57 100644
--- a/units/stress/jobs.pxu
+++ b/units/stress/jobs.pxu
@@ -50,8 +50,8 @@ command:
echo "Calling fwts"
checkbox-support-fwts_test -l $PLAINBOX_SESSION_SHARE/hibernate_30_cycles -f none -s s4 --s4-device-check --s4-device-check-delay=45 --s4-sleep-delay=120 --s4-multiple=30
else
- echo "Calling sleep_test"
- set -o pipefail; sleep_test -s disk -i 30 -w 120 | tee $PLAINBOX_SESSION_SHARE/hibernate_30_cycles.log
+ echo "Calling sleep_test.py"
+ set -o pipefail; sleep_test.py -s disk -i 30 -w 120 | tee $PLAINBOX_SESSION_SHARE/hibernate_30_cycles.log
fi
_description:
PURPOSE:
@@ -113,8 +113,8 @@ command:
echo "Calling fwts"
set -o pipefail; checkbox-support-fwts_test -l $PLAINBOX_SESSION_SHARE/suspend_30_cycles -f none -s s3 --s3-device-check --s3-device-check-delay=60 --s3-sleep-delay=60 --s3-multiple=30 | tee $PLAINBOX_SESSION_SHARE/suspend_30_cycles_times.log
else
- echo "Calling sleep_test"
- set -o pipefail; sleep_test -p -s mem -i 30 | tee $PLAINBOX_SESSION_SHARE/suspend_30_cycles.log
+ echo "Calling sleep_test.py"
+ set -o pipefail; sleep_test.py -p -s mem -i 30 | tee $PLAINBOX_SESSION_SHARE/suspend_30_cycles.log
fi
_description:
PURPOSE:
@@ -213,8 +213,8 @@ command:
echo "Calling fwts"
checkbox-support-fwts_test -l $PLAINBOX_SESSION_SHARE/hibernate_250_cycles -s s4 --s4-device-check --s4-device-check-delay=45 --s4-sleep-delay=120 --s4-multiple=250
else
- echo "Calling sleep_test"
- set -o pipefail; sleep_test -s disk -i 250 -w 120 | tee $PLAINBOX_SESSION_SHARE/hibernate_250_cycles.log
+ echo "Calling sleep_test.py"
+ set -o pipefail; sleep_test.py -s disk -i 250 -w 120 | tee $PLAINBOX_SESSION_SHARE/hibernate_250_cycles.log
fi
_description:
PURPOSE:
@@ -240,8 +240,8 @@ command:
echo "Calling fwts"
set -o pipefail; checkbox-support-fwts_test -l $PLAINBOX_SESSION_SHARE/suspend_250_cycles -s s3 --s3-device-check --s3-device-check-delay=45 --s3-sleep-delay=30 --s3-multiple=250 | tee $PLAINBOX_SESSION_SHARE/suspend_250_cycles_times.log
else
- echo "Calling sleep_test"
- set -o pipefail; sleep_test -p -s mem -i 250 | tee $PLAINBOX_SESSION_SHARE/suspend_250_cycles.log
+ echo "Calling sleep_test.py"
+ set -o pipefail; sleep_test.py -p -s mem -i 250 | tee $PLAINBOX_SESSION_SHARE/suspend_250_cycles.log
fi
_description:
PURPOSE: