sample.yaml 494 B

123456789101112131415161718192021
  1. sample:
  2. description: wolfCrypt test sample app
  3. name: wolfCrypt test
  4. common:
  5. harness: console
  6. harness_config:
  7. type: one_line
  8. regex:
  9. - "Exiting main with return code: 0"
  10. tests:
  11. sample.crypto.wolfssl_test:
  12. timeout: 120
  13. platform_allow: qemu_x86
  14. integration_platforms:
  15. - qemu_x86
  16. sample.crypto.wolfssl_test_no_malloc:
  17. timeout: 120
  18. platform_allow: qemu_x86
  19. extra_args: CONF_FILE="prj-no-malloc.conf"
  20. integration_platforms:
  21. - qemu_x86