Use EXTRA_CONF_FILE in sample yaml files, that replaced deprecated OVERLAY_CONFIG since the Zephyr v3.4 release. Signed-off-by: Andrej Butok <andrey.butok@nxp.com>
14 lines
271 B
YAML
14 lines
271 B
YAML
tests:
|
|
net.tls_credentials:
|
|
tags:
|
|
- net
|
|
- tls
|
|
depends_on: netif
|
|
net.tls_credentials.trusted_tfm:
|
|
filter: CONFIG_BUILD_WITH_TFM
|
|
extra_args: EXTRA_CONF_FILE=./prj_trusted_tfm.conf
|
|
tags:
|
|
- net
|
|
- tls
|
|
- trusted-firmware-m
|