1
0

sample.yaml 533 B

1234567891011121314151617181920212223
  1. sample:
  2. description: wolfSSL TLS test application
  3. name: wolfSSL TLS Test
  4. common:
  5. harness: console
  6. harness_config:
  7. type: multi_line
  8. regex:
  9. - "Server Return: 0"
  10. - "Client Return: 0"
  11. - "Done"
  12. tests:
  13. sample.crypto.wolfssl_tls_sock:
  14. timeout: 60
  15. platform_allow: qemu_x86
  16. integration_platforms:
  17. - qemu_x86
  18. sample.crypto.wolfssl_tls_sock_no_malloc:
  19. timeout: 60
  20. platform_allow: qemu_x86
  21. extra_args: CONF_FILE="prj-no-malloc.conf"
  22. integration_platforms:
  23. - qemu_x86