Skip to content

Commit 2125254

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 919f434 commit 2125254

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
@@ -5,6 +5,9 @@ tests:
55
secure_storage.psa.crypto.secure_storage:
66
filter: CONFIG_SECURE_STORAGE and not CONFIG_SECURE_STORAGE_ITS_STORE_IMPLEMENTATION_NONE
77
extra_args: EXTRA_CONF_FILE=overlay-secure_storage.conf
8+
platform_exclude:
9+
- nrf54h20dk/nrf54h20/cpuapp
10+
- nrf54h20dk/nrf54h20/cpurad
811
integration_platforms:
912
- native_sim
1013
- nrf54l15dk/nrf54l15/cpuapp

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)