zephyr/tests/subsys/secure_storage/psa/crypto/testcase.yaml
Tomi Fontanilles 8bce5230fd tests: secure_storage: update integration_platforms
Consistently use the nRF54L15 as the non-TF-M integration platform
in addition to `native_sim`, and the nRF9151 as the TF-M one.
In addition, add the `integration_platforms` specification to the
tests that were missing it.

Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
2024-10-18 14:15:06 +02:00

15 lines
450 B
YAML

common:
tags:
- psa.secure_storage
tests:
secure_storage.psa.crypto.secure_storage:
filter: CONFIG_SECURE_STORAGE and not CONFIG_SECURE_STORAGE_ITS_STORE_IMPLEMENTATION_NONE
extra_args: EXTRA_CONF_FILE=overlay-secure_storage.conf
integration_platforms:
- native_sim
- nrf54l15dk/nrf54l15/cpuapp
secure_storage.psa.crypto.tfm:
filter: CONFIG_BUILD_WITH_TFM
integration_platforms:
- nrf9151dk/nrf9151/ns