Skip to content

Commit

Permalink
[nrf fromlist] samples: icbmsg: Change regex for no_multithreading test
Browse files Browse the repository at this point in the history
Change regex for no_multithreading test version for nRF54L15 platform.
This needs to be changed because LOG is running in MINIMAL mode.

Upstream PR: zephyrproject-rtos/zephyr#79997

Signed-off-by: Jakub Zymelka <jakub.zymelka@nordicsemi.no>
(cherry picked from commit baef8ba2cb6af1e62c73e4dd74989c16f96a9e9f)
  • Loading branch information
jaz1-nordic committed Oct 22, 2024
1 parent b063a96 commit 5848b30
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions samples/subsys/ipc/ipc_service/icmsg/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,12 @@ tests:
type: multi_line
ordered: false
regex:
- "host: IPC-service HOST demo started"
- "host: Ep bounded"
- "host: Perform sends for"
- "host: Sent"
- "host: Received"
- "host: IPC-service HOST demo ended"
- "I: IPC-service HOST demo started"
- "I: Ep bounded"
- "I: Perform sends for"
- "I: Sent"
- "I: Received"
- "I: IPC-service HOST demo ended"

sample.ipc.icbmsg.nrf54l15_remote_no_multithreading:
platform_allow: nrf54l15dk/nrf54l15/cpuapp
Expand Down

0 comments on commit 5848b30

Please sign in to comment.