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>
15 lines
450 B
YAML
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
|