Skip to content

Commit

Permalink
Correct the suspend/resume variable mapping in suspend cycles with re…
Browse files Browse the repository at this point in the history
…boot
  • Loading branch information
seankingyang committed Mar 18, 2024
1 parent 44498aa commit 320e3b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions providers/base/units/stress/suspend_cycles_reboot.pxu
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ environ: STRESS_S3_ITERATIONS STRESS_SUSPEND_REBOOT_ITERATIONS STRESS_SUSPEND_SL
command:
echo "reboot_iterations: ${STRESS_SUSPEND_REBOOT_ITERATIONS:-3}"
echo "s3_iterations: ${STRESS_S3_ITERATIONS:-30}"
echo "resume_threshold: ${STRESS_SUSPEND_SLEEP_THRESHOLD:-10}"
echo "sleep_threshold: ${STRESS_SUSPEND_RESUME_THRESHOLD:-5}"
echo "resume_threshold: ${STRESS_SUSPEND_RESUME_THRESHOLD:-5}"
echo "sleep_threshold: ${STRESS_SUSPEND_SLEEP_THRESHOLD:-10}"
echo
estimated_duration: 1s

Expand Down

0 comments on commit 320e3b9

Please sign in to comment.