1sample:
2  description: Sample app that sends messages between the two cores on the lpcxpresso54114
3    using a mailbox.
4  name: IPM MCUX Mailbox Sample
5tests:
6  sample.ipm.ipm_mcux:
7    platform_allow:
8      - lpcxpresso54114/lpc54114/m4
9      - lpcxpresso55s69/lpc55s69/cpu0
10    integration_platforms:
11      - lpcxpresso54114/lpc54114/m4
12    tags: ipm
13    harness: console
14    sysbuild: true
15    harness_config:
16      type: multi_line
17      regex:
18        - "Hello World from MASTER! (.*)"
19        - "Received: 1"
20        - "Received: 20"
21