diff --git a/samples/drivers/mbox/sample.yaml b/samples/drivers/mbox/sample.yaml index aacac1eea1c..091d04a38e8 100644 --- a/samples/drivers/mbox/sample.yaml +++ b/samples/drivers/mbox/sample.yaml @@ -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 diff --git a/samples/drivers/mbox_data/sample.yaml b/samples/drivers/mbox_data/sample.yaml index 33fd2574e50..b874ec6e855 100644 --- a/samples/drivers/mbox_data/sample.yaml +++ b/samples/drivers/mbox_data/sample.yaml @@ -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" diff --git a/samples/subsys/ipc/ipc_service/static_vrings/sample.yaml b/samples/subsys/ipc/ipc_service/static_vrings/sample.yaml index d73c17429d7..c6e73e19692 100644 --- a/samples/subsys/ipc/ipc_service/static_vrings/sample.yaml +++ b/samples/subsys/ipc/ipc_service/static_vrings/sample.yaml @@ -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 diff --git a/samples/subsys/ipc/openamp/sample.yaml b/samples/subsys/ipc/openamp/sample.yaml index 70668a77425..cf37ee81f32 100644 --- a/samples/subsys/ipc/openamp/sample.yaml +++ b/samples/subsys/ipc/openamp/sample.yaml @@ -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: