Skip to content

Commit

Permalink
samples/drivers/mbox: Add run test for simulated target
Browse files Browse the repository at this point in the history
Add a runtest for the simulated target.

Signed-off-by: Alberto Escolar Piedras <[email protected]>
  • Loading branch information
aescolar committed Oct 24, 2023
1 parent 3ed2a5b commit e69260c
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions samples/drivers/mbox/sample.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,26 @@
sample:
name: MBOX IPC sample
common:
sysbuild: true
tags: mbox
tests:
common:
sysbuild: true
sample.drivers.mbox:
sample.drivers.mbox.real_hw:
platform_allow:
- nrf5340dk_nrf5340_cpuapp
- nrf5340bsim_nrf5340_cpuapp
- adp_xc7k_ae350
- mimxrt595_evk_cm33
integration_platforms:
- nrf5340dk_nrf5340_cpuapp
tags: mbox
harness: remote
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\\)"

0 comments on commit e69260c

Please sign in to comment.