zephyr/samples/subsys/task_wdt/sample.yaml
Gerard Marull-Paretas 93b63df762 samples, tests: convert string-based twister lists to YAML lists
Twister now supports using YAML lists for all fields that were written
as space-separated lists. Used twister_to_list.py script. Some artifacts
on string length are due to how ruamel dumps content.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2023-05-10 09:52:37 +02:00

24 lines
654 B
YAML

sample:
name: Task Watchdog Subsytem Sample
tests:
sample.subsys.task_wdt:
tags: subsys
harness: console
harness_config:
type: multi_line
ordered: true
regex:
- "Task watchdog sample application."
- "Control thread started."
- "Main thread still alive..."
- "Control thread getting stuck..."
- "Task watchdog channel 1 callback, thread: control"
- "Resetting device...(.*)"
- "Task watchdog sample application."
depends_on: watchdog
integration_platforms:
- nucleo_g474re
platform_exclude:
- s32z270dc2_rtu0_r52
- s32z270dc2_rtu1_r52