2022-08-11 18:42:05 -06:00
|
|
|
sample:
|
|
|
|
|
description: wolfCrypt test sample app
|
|
|
|
|
name: wolfCrypt test
|
2019-02-08 15:21:33 +10:00
|
|
|
common:
|
2023-07-07 18:34:04 +02:00
|
|
|
harness: console
|
|
|
|
|
harness_config:
|
|
|
|
|
type: one_line
|
|
|
|
|
regex:
|
|
|
|
|
- "Exiting main with return code: 0"
|
2019-02-08 15:21:33 +10:00
|
|
|
tests:
|
2023-07-07 18:34:04 +02:00
|
|
|
sample.crypto.wolfssl_test:
|
|
|
|
|
timeout: 120
|
|
|
|
|
platform_allow: qemu_x86
|
|
|
|
|
integration_platforms:
|
|
|
|
|
- qemu_x86
|
2024-04-16 16:45:10 +02:00
|
|
|
sample.crypto.wolfssl_test_no_malloc:
|
2025-08-11 19:33:15 +02:00
|
|
|
timeout: 200
|
2024-04-16 16:45:10 +02:00
|
|
|
platform_allow: qemu_x86
|
|
|
|
|
extra_args: CONF_FILE="prj-no-malloc.conf"
|
|
|
|
|
integration_platforms:
|
|
|
|
|
- qemu_x86
|