Skip to content

Commit e39df60

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 1de41f4 commit e39df60

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
@@ -28,6 +28,7 @@ tests:
2828
- EXTRA_DTC_OVERLAY_FILE=zms.overlay
2929
- EXTRA_CONF_FILE=\
3030
overlay-secure_storage.conf;overlay-store_zms.conf;overlay-transform_default.conf
31+
- SB_CONFIG_PARTITION_MANAGER=n
3132

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

0 commit comments

Comments
 (0)