33 lines
1.4 KiB
YAML
33 lines
1.4 KiB
YAML
common:
|
|
integration_platforms:
|
|
- native_sim
|
|
platform_exclude:
|
|
- qemu_cortex_m0 # settings subsystem initialization fails
|
|
timeout: 120
|
|
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:
|
|
- nrf5340dk/nrf5340/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"
|
|
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"
|
|
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"
|
|
secure_storage.psa.its.tfm:
|
|
filter: CONFIG_BUILD_WITH_TFM
|
|
extra_args: EXTRA_CONF_FILE=overlay-tfm.conf
|
|
integration_platforms:
|
|
- nrf9151dk/nrf9151/ns
|