Skip to content

Commit 09aba02

Browse files
jaz1-nordicrlubos
authored andcommitted
[nrf fromtree] samples: icbmsg: Change regex for no_multithreading test
Change regex for no_multithreading test version for nRF54L15 platform. This needs to be changed because LOG is running in MINIMAL mode. Signed-off-by: Jakub Zymelka <[email protected]> (cherry picked from commit df201e4)
1 parent dded8c2 commit 09aba02

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

samples/subsys/ipc/ipc_service/icmsg/sample.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,12 @@ tests:
133133
type: multi_line
134134
ordered: false
135135
regex:
136-
- "host: IPC-service HOST demo started"
137-
- "host: Ep bounded"
138-
- "host: Perform sends for"
139-
- "host: Sent"
140-
- "host: Received"
141-
- "host: IPC-service HOST demo ended"
136+
- "I: IPC-service HOST demo started"
137+
- "I: Ep bounded"
138+
- "I: Perform sends for"
139+
- "I: Sent"
140+
- "I: Received"
141+
- "I: IPC-service HOST demo ended"
142142

143143
sample.ipc.icbmsg.nrf54l15_remote_no_multithreading:
144144
platform_allow: nrf54l15dk/nrf54l15/cpuapp

0 commit comments

Comments
 (0)