Skip to content

Commit 9518f92

Browse files
tomi-fontjukkar
authored andcommitted
[nrf noup] tests: secure_storage: fix test w/ ZMS backend on 54L15
noup because it's about partition manager. Fix the build of secure_storage.psa.its.secure_storage.store.zms on nrf54l15dk/nrf54l15/cpuapp by disabling partition manager, which is incompatible with the ZMS implementation of the ITS store module. Disabling it only for that test as it's not needed for the others and even makes the NS board targets fail if disabling PM. Signed-off-by: Tomi Fontanilles <[email protected]> (cherry picked from commit eb02a02)
1 parent e1bb42c commit 9518f92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ tests:
2727
- EXTRA_DTC_OVERLAY_FILE=zms.overlay
2828
- EXTRA_CONF_FILE=\
2929
overlay-secure_storage.conf;overlay-store_zms.conf;overlay-transform_default.conf
30+
- SB_CONFIG_PARTITION_MANAGER=n
3031

3132
secure_storage.psa.its.secure_storage.store.zms.64-bit_uids:
3233
platform_allow: *zms_platform_allow

0 commit comments

Comments
 (0)