File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
tests/zephyr/boards/nrf/hwinfo/reset_cause Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ CONFIG_REBOOT=y
55
66CONFIG_LOG=y
77CONFIG_LOG_MODE_MINIMAL=y
8+ CONFIG_ASSERT=y
Original file line number Diff line number Diff line change @@ -21,14 +21,19 @@ tests:
2121 - " RESET_DEBUG is supported"
2222 - " RESET_LOW_POWER_WAKE is supported"
2323 - " RESET_CPU_LOCKUP is supported"
24- - " Rebooting"
2524 - " HW Info reset reason test on"
25+ - " This boot is due to expected software reset"
2626 - " PASS: RESET_SOFTWARE detected"
2727 - " PASS: reset causes were cleared"
2828 - " Watchdog shall fire"
2929 - " HW Info reset reason test on"
30+ - " This boot is due to expected watchdog reset"
3031 - " PASS: RESET_WATCHDOG detected"
3132 - " PASS: reset causes were cleared"
33+ - " HW Info reset reason test on"
34+ - " This boot is due to expected cpu lockup reset"
35+ - " PASS: RESET_CPU_LOCKUP detected"
36+ - " PASS: reset causes were cleared"
3237 - " All tests done"
3338 platform_allow :
3439 - nrf54l09pdk/nrf54l09/cpuapp
You can’t perform that action at this time.
0 commit comments