zephyr/samples/drivers/mbox_data/sample.yaml
Hake Huang 9d7ee123a5 samples: mbox: enable rt1180
using filter to add potential platform in

Signed-off-by: Hake Huang <hake.huang@nxp.com>
2025-03-12 07:13:44 +01:00

26 lines
719 B
YAML

sample:
name: MBOX Data IPC sample
common:
sysbuild: true
tags: mbox
tests:
sample.drivers.mbox_data.real_hw:
filter: dt_compat_enabled("vnd,mbox-consumer")
integration_platforms:
- mimxrt1160_evk/mimxrt1166/cm7
- lpcxpresso55s69/lpc55s69/cpu0
harness: console
harness_config:
type: multi_line
ordered: false
regex:
- "Client received .+ value: 1"
- "Client send .+ value: 2"
- "Client received .+ value: 3"
- "Client send .+ value: 4"
- "Client received .+ value: 41"
- "Client send .+ value: 42"
- "Client received .+ value: 97"
- "Client send .+ value: 98"
- "Client received .+ value: 99"