These tests could be long on slow targets Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
43 lines
1.6 KiB
YAML
43 lines
1.6 KiB
YAML
common:
|
|
integration_platforms:
|
|
- native_sim
|
|
platform_exclude:
|
|
- qemu_cortex_m0 # settings subsystem initialization fails
|
|
timeout: 600
|
|
tags:
|
|
- psa.secure_storage
|
|
tests:
|
|
secure_storage.psa.its.secure_storage:
|
|
filter: CONFIG_SECURE_STORAGE and not CONFIG_SECURE_STORAGE_ITS_STORE_IMPLEMENTATION_NONE
|
|
extra_args: "EXTRA_CONF_FILE=\
|
|
overlay-secure_storage.conf;overlay-default_transform.conf;overlay-default_store.conf"
|
|
integration_platforms:
|
|
- native_sim
|
|
- nrf54l15dk/nrf54l15/cpuapp
|
|
secure_storage.psa.its.secure_storage.custom.transform:
|
|
filter: CONFIG_SECURE_STORAGE and not CONFIG_SECURE_STORAGE_ITS_STORE_IMPLEMENTATION_NONE
|
|
extra_args: "EXTRA_CONF_FILE=\
|
|
overlay-secure_storage.conf;overlay-custom_transform.conf;overlay-default_store.conf"
|
|
integration_platforms:
|
|
- native_sim
|
|
- nrf54l15dk/nrf54l15/cpuapp
|
|
secure_storage.psa.its.secure_storage.custom.store:
|
|
filter: CONFIG_SECURE_STORAGE
|
|
extra_args: "EXTRA_CONF_FILE=\
|
|
overlay-secure_storage.conf;overlay-default_transform.conf;overlay-custom_store.conf"
|
|
integration_platforms:
|
|
- native_sim
|
|
- nrf54l15dk/nrf54l15/cpuapp
|
|
secure_storage.psa.its.secure_storage.custom.both:
|
|
filter: CONFIG_SECURE_STORAGE
|
|
extra_args: "EXTRA_CONF_FILE=\
|
|
overlay-secure_storage.conf;overlay-custom_transform.conf;overlay-custom_store.conf"
|
|
integration_platforms:
|
|
- native_sim
|
|
- nrf54l15dk/nrf54l15/cpuapp
|
|
secure_storage.psa.its.tfm:
|
|
filter: CONFIG_BUILD_WITH_TFM
|
|
extra_args: EXTRA_CONF_FILE=overlay-tfm.conf
|
|
integration_platforms:
|
|
- nrf9151dk/nrf9151/ns
|