Skip to content

Commit

Permalink
tests: secure_storage: fix the platform_allow list
Browse files Browse the repository at this point in the history
It really wants to be a list list, not a space list.

Signed-off-by: Fabio Baltieri <[email protected]>
  • Loading branch information
fabiobaltieri authored and carlescufi committed Dec 17, 2024
1 parent 0709478 commit 8a92eec
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions tests/subsys/secure_storage/psa/its/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,17 @@ tests:
secure_storage.psa.its.secure_storage.zms:
# DT-based filtering is not possible for this test scenario.
# Platforms with a storage_partition must be manually added here.
platform_allow: native_sim mps2/an385 qemu_x86/atom qemu_x86_64/atom
nrf54l15dk/nrf54l15/cpuapp nrf5340dk/nrf5340/cpuapp nrf52840dk/nrf52840
nrf9151dk/nrf9151 nrf9160dk/nrf9160 nrf9161dk/nrf9161
platform_allow:
- native_sim
- mps2/an385
- qemu_x86/atom
- qemu_x86_64/atom
- nrf54l15dk/nrf54l15/cpuapp
- nrf5340dk/nrf5340/cpuapp
- nrf52840dk/nrf52840
- nrf9151dk/nrf9151
- nrf9160dk/nrf9160
- nrf9161dk/nrf9161
extra_args:
- EXTRA_DTC_OVERLAY_FILE=zms.overlay
- EXTRA_CONF_FILE=overlay-secure_storage.conf;overlay-transform_default.conf
Expand Down

0 comments on commit 8a92eec

Please sign in to comment.