zephyr/tests/net/lib/tls_credentials/testcase.yaml
Wilfried Chauveau 5d5c13feae samples: tfm: Remove old 'tfm' tag & update relevant boards
The 'tfm' tag was removed from the samples in in
7c80473e0a but it remained in use in other
parts of the project.
This change brings back consistency through out the project.

Signed-off-by: Wilfried Chauveau <wilfried.chauveau@arm.com>
2024-05-29 10:49:31 -07:00

14 lines
270 B
YAML

tests:
net.tls_credentials:
tags:
- net
- tls
depends_on: netif
net.tls_credentials.trusted_tfm:
filter: CONFIG_BUILD_WITH_TFM
extra_args: OVERLAY_CONFIG=./prj_trusted_tfm.conf
tags:
- net
- tls
- trusted-firmware-m