Skip to content

Commit 97afba9

Browse files
ozersatomi-font
authored andcommitted
[nrf fromtree] tests: subsys: secure_storage: Add filter for small profile
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 <[email protected]> (cherry picked from commit 6932885) Signed-off-by: Tomi Fontanilles <[email protected]>
1 parent c377bff commit 97afba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/subsys/secure_storage/psa/crypto/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ tests:
99
- native_sim
1010
- nrf54l15dk/nrf54l15/cpuapp
1111
secure_storage.psa.crypto.tfm:
12-
filter: CONFIG_BUILD_WITH_TFM
12+
filter: CONFIG_BUILD_WITH_TFM and not CONFIG_TFM_PROFILE_TYPE_SMALL
1313
integration_platforms:
1414
- nrf9151dk/nrf9151/ns

0 commit comments

Comments
 (0)