Skip to content

Commit 7c37621

Browse files
dssengfabiobaltieri
authored andcommitted
samples: settings: cover PSA PS backend
By default, run on mps2/an521/cpu0/ns with TF-M. Signed-off-by: Dmitrii Sharshakov <[email protected]>
1 parent 3117d7a commit 7c37621

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

samples/subsys/settings/sample.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,16 @@ tests:
5656
- CONFIG_SETTINGS_NVS=y
5757
- CONFIG_MPU_ALLOW_FLASH_WRITE=y
5858

59+
sample.subsys.settings.tfm-ps:
60+
tags:
61+
- trusted-firmware-m
62+
filter: CONFIG_TFM_PARTITION_PROTECTED_STORAGE
63+
integration_platforms:
64+
- mps2/an521/cpu0/ns
65+
extra_args:
66+
- CONFIG_SETTINGS_TFM_PSA=y
67+
- CONFIG_SETTINGS_TFM_PSA_BACKEND_PS=y
68+
5969
sample.subsys.settings.tfm-its:
6070
tags:
6171
- trusted-firmware-m
@@ -64,3 +74,4 @@ tests:
6474
- mps2/an521/cpu0/ns
6575
extra_args:
6676
- CONFIG_SETTINGS_TFM_PSA=y
77+
- CONFIG_SETTINGS_TFM_PSA_BACKEND_ITS=y

0 commit comments

Comments
 (0)