Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions providers/base/units/stress/boot.pxu
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ requires:
rtc.wakealarm == 'supported'
environ: STRESS_BOOT_WAKEUP_DELAY RTC_DEVICE_FILE
command:
rtcwake -v -d "${RTC_DEVICE_FILE:-rtc0}" --mode no -s "${COLD_REBOOT_DELAY:-120}"
rtcwake -v -d "${RTC_DEVICE_FILE:-rtc0}" --mode no -s "${STRESS_BOOT_WAKEUP_DELAY:-120}"
sleep 5
rtcwake -v -d "${RTC_DEVICE_FILE:-rtc0}" -m show
sleep 5
Expand All @@ -84,7 +84,7 @@ requires:
environ: STRESS_BOOT_WAKEUP_DELAY STRESS_BOOT_WAIT_DELAY RTC_DEVICE_FILE
command:
sleep "${{STRESS_BOOT_WAIT_DELAY:-120}}"
rtcwake -v -d "${{RTC_DEVICE_FILE:-rtc0}}" --mode no -s "${{COLD_REBOOT_DELAY:-120}}"
rtcwake -v -d "${{RTC_DEVICE_FILE:-rtc0}}" --mode no -s "${{STRESS_BOOT_WAKEUP_DELAY:-120}}"
sleep 5
rtcwake -v -d "${{RTC_DEVICE_FILE:-rtc0}}" -m show
sleep 5
Expand Down
Loading