Skip to content

Commit 8a92eec

Browse files
fabiobaltiericarlescufi
authored andcommitted
tests: secure_storage: fix the platform_allow list
It really wants to be a list list, not a space list. Signed-off-by: Fabio Baltieri <[email protected]>
1 parent 0709478 commit 8a92eec

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

tests/subsys/secure_storage/psa/its/testcase.yaml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,17 @@ tests:
1111
secure_storage.psa.its.secure_storage.zms:
1212
# DT-based filtering is not possible for this test scenario.
1313
# Platforms with a storage_partition must be manually added here.
14-
platform_allow: native_sim mps2/an385 qemu_x86/atom qemu_x86_64/atom
15-
nrf54l15dk/nrf54l15/cpuapp nrf5340dk/nrf5340/cpuapp nrf52840dk/nrf52840
16-
nrf9151dk/nrf9151 nrf9160dk/nrf9160 nrf9161dk/nrf9161
14+
platform_allow:
15+
- native_sim
16+
- mps2/an385
17+
- qemu_x86/atom
18+
- qemu_x86_64/atom
19+
- nrf54l15dk/nrf54l15/cpuapp
20+
- nrf5340dk/nrf5340/cpuapp
21+
- nrf52840dk/nrf52840
22+
- nrf9151dk/nrf9151
23+
- nrf9160dk/nrf9160
24+
- nrf9161dk/nrf9161
1725
extra_args:
1826
- EXTRA_DTC_OVERLAY_FILE=zms.overlay
1927
- EXTRA_CONF_FILE=overlay-secure_storage.conf;overlay-transform_default.conf

0 commit comments

Comments
 (0)