samples: mbox: enable rt1180
using filter to add potential platform in Signed-off-by: Hake Huang <hake.huang@nxp.com>
This commit is contained in:
parent
78c83df95e
commit
9d7ee123a5
@ -6,14 +6,11 @@ common:
|
||||
timeout: 30
|
||||
tests:
|
||||
sample.drivers.mbox.real_hw:
|
||||
platform_allow:
|
||||
- nrf5340dk/nrf5340/cpuapp
|
||||
- adp_xc7k/ae350
|
||||
- mimxrt1170_evk@B/mimxrt1176/cm7
|
||||
- mimxrt1170_evk/mimxrt1176/cm7
|
||||
- mimxrt1160_evk/mimxrt1166/cm7
|
||||
- lpcxpresso55s69/lpc55s69/cpu0
|
||||
- frdm_mcxn947/mcxn947/cpu0
|
||||
filter: dt_compat_enabled("vnd,mbox-consumer")
|
||||
platform_exclude:
|
||||
- nrf54h20dk/nrf54h20/cpuapp
|
||||
- nrf54h20dk/nrf54h20/cpurad
|
||||
- nrf54l15dk/nrf54l15/cpuapp
|
||||
integration_platforms:
|
||||
- nrf5340dk/nrf5340/cpuapp
|
||||
harness: console
|
||||
@ -21,8 +18,8 @@ tests:
|
||||
type: multi_line
|
||||
ordered: false
|
||||
regex:
|
||||
- "Pong \\(on channel 0\\)"
|
||||
- "Ping \\(on channel 1\\)"
|
||||
- "Pong \\(on channel\\)"
|
||||
- "Ping \\(on channel\\)"
|
||||
|
||||
sample.drivers.mbox.nrf54h20_app_ppr:
|
||||
platform_allow:
|
||||
@ -74,17 +71,6 @@ tests:
|
||||
- "Ping \\(on channel 18\\)"
|
||||
- "Pong \\(on channel 12\\)"
|
||||
|
||||
sample.drivers.mbox.simu:
|
||||
platform_allow:
|
||||
- nrf5340bsim/nrf5340/cpuapp
|
||||
harness: console
|
||||
harness_config:
|
||||
type: multi_line
|
||||
ordered: false
|
||||
regex:
|
||||
- "Pong \\(on channel 0\\)"
|
||||
- "Ping \\(on channel 1\\)"
|
||||
|
||||
sample.drivers.mbox.nrf54l15:
|
||||
platform_allow:
|
||||
- nrf54l15dk/nrf54l15/cpuapp
|
||||
|
||||
@ -5,12 +5,7 @@ common:
|
||||
tags: mbox
|
||||
tests:
|
||||
sample.drivers.mbox_data.real_hw:
|
||||
platform_allow:
|
||||
- mimxrt1170_evk@B/mimxrt1176/cm7
|
||||
- mimxrt1170_evk/mimxrt1176/cm7
|
||||
- mimxrt1160_evk/mimxrt1166/cm7
|
||||
- lpcxpresso55s69/lpc55s69/cpu0
|
||||
- frdm_mcxn947/mcxn947/cpu0
|
||||
filter: dt_compat_enabled("vnd,mbox-consumer")
|
||||
integration_platforms:
|
||||
- mimxrt1160_evk/mimxrt1166/cm7
|
||||
- lpcxpresso55s69/lpc55s69/cpu0
|
||||
@ -19,12 +14,12 @@ tests:
|
||||
type: multi_line
|
||||
ordered: false
|
||||
regex:
|
||||
- "Client received \\(on channel 2\\) value: 1"
|
||||
- "Client send \\(on channel 3\\) value: 2"
|
||||
- "Client received \\(on channel 2\\) value: 3"
|
||||
- "Client send \\(on channel 3\\) value: 4"
|
||||
- "Client received \\(on channel 2\\) value: 41"
|
||||
- "Client send \\(on channel 3\\) value: 42"
|
||||
- "Client received \\(on channel 2\\) value: 97"
|
||||
- "Client send \\(on channel 3\\) value: 98"
|
||||
- "Client received \\(on channel 2\\) value: 99"
|
||||
- "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"
|
||||
|
||||
@ -2,14 +2,7 @@ sample:
|
||||
name: IPC Service example integration (OpenAMP static_vrings backend)
|
||||
tests:
|
||||
sample.ipc.static_vrings:
|
||||
platform_allow:
|
||||
- nrf5340dk/nrf5340/cpuapp
|
||||
- nrf5340bsim/nrf5340/cpuapp
|
||||
- lpcxpresso55s69/lpc55s69/cpu0
|
||||
- mimxrt1160_evk/mimxrt1166/cm7
|
||||
- mimxrt1170_evk/mimxrt1176/cm7
|
||||
- mimxrt1170_evk@B/mimxrt1176/cm7
|
||||
- frdm_mcxn947/mcxn947/cpu0
|
||||
filter: dt_compat_enabled("zephyr,ipc-openamp-static-vrings")
|
||||
integration_platforms:
|
||||
- nrf5340dk/nrf5340/cpuapp
|
||||
- nrf5340bsim/nrf5340/cpuapp
|
||||
|
||||
@ -3,12 +3,7 @@ sample:
|
||||
name: OpenAMP example integration
|
||||
tests:
|
||||
sample.ipc.openamp:
|
||||
platform_allow:
|
||||
- lpcxpresso54114/lpc54114/m4
|
||||
- lpcxpresso55s69/lpc55s69/cpu0
|
||||
- frdm_mcxn947/mcxn947/cpu0
|
||||
- mps2/an521/cpu0
|
||||
- v2m_musca_b1/musca_b1
|
||||
filter: dt_chosen_enabled("zephyr,ipc") and dt_chosen_enabled("zephyr,ipc_shm")
|
||||
integration_platforms:
|
||||
- mps2/an521/cpu0
|
||||
tags:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user