Files
wolfssl/zephyr/samples/wolfssl_tls_sock/sample.yaml
T

24 lines
533 B
YAML
Raw Normal View History

sample:
description: wolfSSL TLS test application
name: wolfSSL TLS Test
2023-07-07 18:34:04 +02:00
common:
harness: console
harness_config:
type: multi_line
regex:
- "Server Return: 0"
- "Client Return: 0"
2024-04-16 16:45:10 +02:00
- "Done"
tests:
2023-07-07 18:34:04 +02:00
sample.crypto.wolfssl_tls_sock:
timeout: 60
platform_allow: qemu_x86
integration_platforms:
- qemu_x86
2024-04-16 16:45:10 +02:00
sample.crypto.wolfssl_tls_sock_no_malloc:
timeout: 60
platform_allow: qemu_x86
extra_args: CONF_FILE="prj-no-malloc.conf"
integration_platforms:
- qemu_x86