1234567891011121314151617181920212223 |
- 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"
- - "Done"
- tests:
- sample.crypto.wolfssl_tls_sock:
- timeout: 60
- platform_allow: qemu_x86
- integration_platforms:
- - qemu_x86
- 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
|