Skip to content

Commit

Permalink
tests: subsys: secure_storage: Add filter for small profile
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ozersa authored and kartben committed Jan 27, 2025
1 parent c2df6b0 commit 6932885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/subsys/secure_storage/psa/crypto/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ tests:
- native_sim
- nrf54l15dk/nrf54l15/cpuapp
secure_storage.psa.crypto.tfm:
filter: CONFIG_BUILD_WITH_TFM
filter: CONFIG_BUILD_WITH_TFM and not CONFIG_TFM_PROFILE_TYPE_SMALL
integration_platforms:
- nrf9151dk/nrf9151/ns

0 comments on commit 6932885

Please sign in to comment.