File tree Expand file tree Collapse file tree 7 files changed +15
-3
lines changed
tests/subsys/secure_storage/psa Expand file tree Collapse file tree 7 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: Apache-2.0
2+
3+ CONFIG_TFM_PROFILE_TYPE_NOT_SET=y
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ common:
1313tests :
1414 sample.psa.its.tfm :
1515 filter : CONFIG_BUILD_WITH_TFM
16+ extra_args : EXTRA_CONF_FILE=overlay-tfm.conf
1617 tags :
1718 - trusted-firmware-m
1819 sample.psa.its.secure_storage.entropy_driver :
2526 sample.psa.its.secure_storage.entropy_not_secure :
2627 filter : CONFIG_SECURE_STORAGE and not CONFIG_SECURE_STORAGE_ITS_STORE_IMPLEMENTATION_NONE
2728 and not CONFIG_ENTROPY_HAS_DRIVER
28- extra_args : EXTRA_CONF_FILE=" overlay-secure_storage.conf;overlay-entropy_not_secure.conf"
29+ extra_args : EXTRA_CONF_FILE=overlay-secure_storage.conf;overlay-entropy_not_secure.conf
2930 tags :
3031 - random
3132 - settings
Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: Apache-2.0
2+
3+ CONFIG_TFM_PROFILE_TYPE_NOT_SET=y
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ common:
1313tests :
1414 sample.psa.persistent_key.tfm :
1515 filter : CONFIG_BUILD_WITH_TFM
16+ extra_args : EXTRA_CONF_FILE=overlay-tfm.conf
1617 tags :
1718 - trusted-firmware-m
1819 sample.psa.persistent_key.secure_storage.entropy_driver :
2526 sample.psa.persistent_key.secure_storage.entropy_not_secure :
2627 filter : CONFIG_SECURE_STORAGE and not CONFIG_SECURE_STORAGE_ITS_STORE_IMPLEMENTATION_NONE
2728 and not CONFIG_ENTROPY_HAS_DRIVER
28- extra_args : EXTRA_CONF_FILE=" overlay-secure_storage.conf;overlay-entropy_not_secure.conf"
29+ extra_args : EXTRA_CONF_FILE=overlay-secure_storage.conf;overlay-entropy_not_secure.conf
2930 tags :
3031 - random
3132 - settings
Original file line number Diff line number Diff line change 1+ CONFIG_TFM_PROFILE_TYPE_NOT_SET=y
Original file line number Diff line number Diff line change 99 - native_sim
1010 - nrf54l15dk/nrf54l15/cpuapp
1111 secure_storage.psa.crypto.tfm :
12- filter : CONFIG_BUILD_WITH_TFM and not CONFIG_TFM_PROFILE_TYPE_SMALL
12+ filter : CONFIG_BUILD_WITH_TFM
13+ extra_args : EXTRA_CONF_FILE=overlay-tfm.conf
1314 integration_platforms :
1415 - nrf9151dk/nrf9151/ns
Original file line number Diff line number Diff line change 1+ CONFIG_TFM_PROFILE_TYPE_NOT_SET=y
2+
13CONFIG_TFM_ITS_MAX_ASSET_SIZE_OVERRIDE=y
24CONFIG_TFM_ITS_MAX_ASSET_SIZE=256
You can’t perform that action at this time.
0 commit comments