Skip to content

Commit 3fc7c7f

Browse files
nordic-seglnordicjm
authored andcommitted
tests: zephyr: boards: nrf: hwinfo: reset_cause: Apply upstream changes
There were changes to the test in the Zephyr upstream. Align prj.conf and testcase.yaml Signed-off-by: Sebastian Głąb <[email protected]>
1 parent e2a10b3 commit 3fc7c7f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

tests/zephyr/boards/nrf/hwinfo/reset_cause/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ CONFIG_REBOOT=y
55

66
CONFIG_LOG=y
77
CONFIG_LOG_MODE_MINIMAL=y
8+
CONFIG_ASSERT=y

tests/zephyr/boards/nrf/hwinfo/reset_cause/testcase.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)