Skip to content

Commit 8211028

Browse files
hakehuangnordic-segl
authored andcommitted
[nrf fromtree] samples: mbox: enable rt1180
using filter to add potential platform in Signed-off-by: Hake Huang <[email protected]> Signed-off-by: Sebastian Głąb <[email protected]> (cherry picked from commit 9d7ee12)
1 parent 4da70fb commit 8211028

File tree

4 files changed

+19
-50
lines changed

4 files changed

+19
-50
lines changed

samples/drivers/mbox/sample.yaml

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,20 @@ common:
66
timeout: 30
77
tests:
88
sample.drivers.mbox.real_hw:
9-
platform_allow:
10-
- nrf5340dk/nrf5340/cpuapp
11-
- adp_xc7k/ae350
12-
- mimxrt1170_evk@B/mimxrt1176/cm7
13-
- mimxrt1170_evk/mimxrt1176/cm7
14-
- mimxrt1160_evk/mimxrt1166/cm7
15-
- lpcxpresso55s69/lpc55s69/cpu0
16-
- frdm_mcxn947/mcxn947/cpu0
9+
filter: dt_compat_enabled("vnd,mbox-consumer")
10+
platform_exclude:
11+
- nrf54h20dk/nrf54h20/cpuapp
12+
- nrf54h20dk/nrf54h20/cpurad
13+
- nrf54l15dk/nrf54l15/cpuapp
1714
integration_platforms:
1815
- nrf5340dk/nrf5340/cpuapp
1916
harness: console
2017
harness_config:
2118
type: multi_line
2219
ordered: false
2320
regex:
24-
- "Pong \\(on channel 0\\)"
25-
- "Ping \\(on channel 1\\)"
21+
- "Pong \\(on channel\\)"
22+
- "Ping \\(on channel\\)"
2623

2724
sample.drivers.mbox.nrf54h20_app_ppr:
2825
platform_allow:
@@ -74,17 +71,6 @@ tests:
7471
- "Ping \\(on channel 18\\)"
7572
- "Pong \\(on channel 12\\)"
7673

77-
sample.drivers.mbox.simu:
78-
platform_allow:
79-
- nrf5340bsim/nrf5340/cpuapp
80-
harness: console
81-
harness_config:
82-
type: multi_line
83-
ordered: false
84-
regex:
85-
- "Pong \\(on channel 0\\)"
86-
- "Ping \\(on channel 1\\)"
87-
8874
sample.drivers.mbox.nrf54l15:
8975
platform_allow:
9076
- nrf54l15dk/nrf54l15/cpuapp

samples/drivers/mbox_data/sample.yaml

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@ common:
55
tags: mbox
66
tests:
77
sample.drivers.mbox_data.real_hw:
8-
platform_allow:
9-
- mimxrt1170_evk@B/mimxrt1176/cm7
10-
- mimxrt1170_evk/mimxrt1176/cm7
11-
- mimxrt1160_evk/mimxrt1166/cm7
12-
- lpcxpresso55s69/lpc55s69/cpu0
13-
- frdm_mcxn947/mcxn947/cpu0
8+
filter: dt_compat_enabled("vnd,mbox-consumer")
149
integration_platforms:
1510
- mimxrt1160_evk/mimxrt1166/cm7
1611
- lpcxpresso55s69/lpc55s69/cpu0
@@ -19,12 +14,12 @@ tests:
1914
type: multi_line
2015
ordered: false
2116
regex:
22-
- "Client received \\(on channel 2\\) value: 1"
23-
- "Client send \\(on channel 3\\) value: 2"
24-
- "Client received \\(on channel 2\\) value: 3"
25-
- "Client send \\(on channel 3\\) value: 4"
26-
- "Client received \\(on channel 2\\) value: 41"
27-
- "Client send \\(on channel 3\\) value: 42"
28-
- "Client received \\(on channel 2\\) value: 97"
29-
- "Client send \\(on channel 3\\) value: 98"
30-
- "Client received \\(on channel 2\\) value: 99"
17+
- "Client received .+ value: 1"
18+
- "Client send .+ value: 2"
19+
- "Client received .+ value: 3"
20+
- "Client send .+ value: 4"
21+
- "Client received .+ value: 41"
22+
- "Client send .+ value: 42"
23+
- "Client received .+ value: 97"
24+
- "Client send .+ value: 98"
25+
- "Client received .+ value: 99"

samples/subsys/ipc/ipc_service/static_vrings/sample.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,7 @@ sample:
22
name: IPC Service example integration (OpenAMP static_vrings backend)
33
tests:
44
sample.ipc.static_vrings:
5-
platform_allow:
6-
- nrf5340dk/nrf5340/cpuapp
7-
- nrf5340bsim/nrf5340/cpuapp
8-
- lpcxpresso55s69/lpc55s69/cpu0
9-
- mimxrt1160_evk/mimxrt1166/cm7
10-
- mimxrt1170_evk/mimxrt1176/cm7
11-
- mimxrt1170_evk@B/mimxrt1176/cm7
12-
- frdm_mcxn947/mcxn947/cpu0
5+
filter: dt_compat_enabled("zephyr,ipc-openamp-static-vrings")
136
integration_platforms:
147
- nrf5340dk/nrf5340/cpuapp
158
- nrf5340bsim/nrf5340/cpuapp

samples/subsys/ipc/openamp/sample.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@ sample:
33
name: OpenAMP example integration
44
tests:
55
sample.ipc.openamp:
6-
platform_allow:
7-
- lpcxpresso54114/lpc54114/m4
8-
- lpcxpresso55s69/lpc55s69/cpu0
9-
- frdm_mcxn947/mcxn947/cpu0
10-
- mps2/an521/cpu0
11-
- v2m_musca_b1/musca_b1
6+
filter: dt_chosen_enabled("zephyr,ipc") and dt_chosen_enabled("zephyr,ipc_shm")
127
integration_platforms:
138
- mps2/an521/cpu0
149
tags:

0 commit comments

Comments
 (0)