Skip to content

Commit ff0b9ad

Browse files
tomi-fontrlubos
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 9bb16ad)
1 parent 8797d16 commit ff0b9ad

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_args:
2929
- EXTRA_DTC_OVERLAY_FILE=zms.overlay
3030
- EXTRA_CONF_FILE=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.settings:
3334
filter: CONFIG_SECURE_STORAGE_ITS_STORE_IMPLEMENTATION_SETTINGS

0 commit comments

Comments
 (0)