TF-M small profile does not support secure storage (know as Protected storage), this commit add filter for tfm test case to pass it incase of small profile been set, see tf-m profiles in below link https://tf-m-user-guide.trustedfirmware.org/configuration/profiles/index.html Signed-off-by: Sadik Ozer <sadik.ozer@analog.com>
15 lines
488 B
YAML
15 lines
488 B
YAML
common:
|
|
tags:
|
|
- psa.secure_storage
|
|
tests:
|
|
secure_storage.psa.crypto.secure_storage:
|
|
filter: CONFIG_SECURE_STORAGE and not CONFIG_SECURE_STORAGE_ITS_STORE_IMPLEMENTATION_NONE
|
|
extra_args: EXTRA_CONF_FILE=overlay-secure_storage.conf
|
|
integration_platforms:
|
|
- native_sim
|
|
- nrf54l15dk/nrf54l15/cpuapp
|
|
secure_storage.psa.crypto.tfm:
|
|
filter: CONFIG_BUILD_WITH_TFM and not CONFIG_TFM_PROFILE_TYPE_SMALL
|
|
integration_platforms:
|
|
- nrf9151dk/nrf9151/ns
|