Skip to content

Commit a79b3a6

Browse files
SebastianBoerlubos
authored andcommitted
samples: ironside_se: protectedmem_periphconf: Fix sample.yaml regex
Fix sample.yaml regex to match expected uart output. Signed-off-by: Sebastian Bøe <[email protected]>
1 parent 04993f2 commit a79b3a6

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

samples/ironside_se/protectedmem_periphconf/sample.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,10 @@ common:
1515
type: multi_line
1616
ordered: true
1717
regex:
18-
- "=== Protected Memory Demo ==="
19-
- "Attempting to write test pattern"
20-
- "Write successful \\(in current boot\\)\\."
21-
- "Rebooting\\.\\.\\."
18+
- "Writing test pattern to protected memory\\.\\.\\."
19+
- "Rebooting\\. Secondary firmware should boot if protection is working\\."
2220
# When PROTECTEDMEM integrity check fails, secondary firmware boots
23-
- "=== Secondary Firmware Booted ==="
24-
- "PROTECTEDMEM integrity check FAILED"
21+
- "PROTECTEDMEM integrity check failed - secondary firmware booted"
2522

2623
tests:
2724
samples.protectedmem_periphconf.nrf54h20dk:

0 commit comments

Comments
 (0)