From 8a92eec91b360962609a0921ecfeb7821bfc9e00 Mon Sep 17 00:00:00 2001 From: Fabio Baltieri Date: Tue, 17 Dec 2024 12:25:33 +0000 Subject: [PATCH] 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 --- tests/subsys/secure_storage/psa/its/testcase.yaml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/tests/subsys/secure_storage/psa/its/testcase.yaml b/tests/subsys/secure_storage/psa/its/testcase.yaml index b3dce34dd18422..0bda458a138ce5 100644 --- a/tests/subsys/secure_storage/psa/its/testcase.yaml +++ b/tests/subsys/secure_storage/psa/its/testcase.yaml @@ -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