17 lines
338 B
YAML
17 lines
338 B
YAML
|
sample:
|
||
|
description: wolfSSL TLS test application
|
||
|
name: wolfSSL TLS Test
|
||
|
common:
|
||
|
harness: console
|
||
|
harness_config:
|
||
|
type: multi_line
|
||
|
regex:
|
||
|
- "Server Return: 0"
|
||
|
- "Client Return: 0"
|
||
|
tests:
|
||
|
sample.crypto.wolfssl_tls_sock:
|
||
|
timeout: 60
|
||
|
platform_allow: qemu_x86
|
||
|
integration_platforms:
|
||
|
- qemu_x86
|