Files
zephyr/samples/drivers/mbox/sample.yaml
Jamie McCrae bc16a7a727 tests: Update board names for hwmv2
Updates tests that use board names which have changed with
boards v2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2024-03-01 15:49:58 +01:00

38 lines
922 B
YAML

sample:
name: MBOX IPC sample
common:
sysbuild: true
tags: mbox
tests:
sample.drivers.mbox.real_hw:
platform_allow:
- nrf5340dk/nrf5340/cpuapp
- adp_xc7k/ae350
- mimxrt1170_evkb_cm7
- mimxrt1170_evk_cm7
- mimxrt1160_evk_cm7
- lpcxpresso55s69_cpu0
integration_platforms:
- nrf5340dk/nrf5340/cpuapp
harness: console
harness_config:
type: multi_line
ordered: false
regex:
- "Ping \\(on channel 0\\)"
- "Pong \\(on channel 0\\)"
- "Ping \\(on channel 1\\)"
- "Pong \\(on channel 1\\)"
sample.drivers.mbox.simu:
platform_allow:
- nrf5340bsim_nrf5340_cpuapp
harness: console
harness_config:
type: multi_line
ordered: false
regex:
- "Ping \\(on channel 0\\)"
- "Pong \\(on channel 0\\)"
- "Ping \\(on channel 1\\)"
- "Pong \\(on channel 1\\)"