Skip to content

Commit 48ab901

Browse files
tomi-fontanangl
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]>
1 parent 8d1d556 commit 48ab901

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
@@ -26,6 +26,7 @@ tests:
2626
extra_args:
2727
- EXTRA_DTC_OVERLAY_FILE=zms.overlay
2828
- EXTRA_CONF_FILE=overlay-secure_storage.conf;overlay-transform_default.conf
29+
- SB_CONFIG_PARTITION_MANAGER=n
2930

3031
secure_storage.psa.its.secure_storage.store.settings:
3132
filter: CONFIG_SECURE_STORAGE_ITS_STORE_IMPLEMENTATION_SETTINGS

0 commit comments

Comments
 (0)