Files
wolfssl/zephyr/samples/wolfssl_test/sample.yaml
T

22 lines
494 B
YAML
Raw Normal View History

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:
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