Skip to content

Commit 19c36d9

Browse files
committed
[nrf fromlist] tests: secure_storage: Exclude nRF54H20 targets
Exclude the application and radio core targets for nRF54H20 since they use Ironside as their PSA storage provider. Upstream PR #: 96915 Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent ae916a8 commit 19c36d9

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
common:
22
tags:
33
- psa.secure_storage
4+
platform_exclude:
5+
- nrf54h20dk/nrf54h20/cpuapp
6+
- nrf54h20dk/nrf54h20/cpurad
47
tests:
58
secure_storage.psa.crypto.secure_storage:
69
filter: CONFIG_SECURE_STORAGE and not CONFIG_SECURE_STORAGE_ITS_STORE_IMPLEMENTATION_NONE

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ common:
44
- nrf54l15dk/nrf54l15/cpuapp
55
platform_exclude:
66
- qemu_cortex_m0 # settings subsystem initialization fails
7+
- nrf54h20dk/nrf54h20/cpuapp
8+
- nrf54h20dk/nrf54h20/cpurad
79
timeout: 600
810
tags:
911
- psa.secure_storage

0 commit comments

Comments
 (0)