Skip to content

Commit 7d981ad

Browse files
adamkondraciukrlubos
authored andcommitted
samples: zephyr: system_off: system_off fixes
For reasons other than system off, the retained data should be cleared. Signed-off-by: Adam Kondraciuk <[email protected]>
1 parent 29361f6 commit 7d981ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/zephyr/boards/nordic/system_off/sample.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ tests:
4040
ordered: true
4141
regex:
4242
- "system off demo"
43-
- "Retained data: INVALID"
43+
- "Retained data: valid"
4444
- "Boot count: 1"
4545
- "Off count: 0"
4646
- "Active Ticks:"
@@ -83,7 +83,7 @@ tests:
8383
ordered: true
8484
regex:
8585
- "system off demo"
86-
- "Retained data: INVALID"
86+
- "Retained data: valid"
8787
- "Boot count: 1"
8888
- "Off count: 0"
8989
- "Active Ticks:"

0 commit comments

Comments
 (0)