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>
14 lines
270 B
YAML
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
|