zephyr/samples/subsys/task_wdt/sample.yaml
Martin Jäger 2857c2e984 samples: subsys: task_wdt: add sample application
The sample demonstrates how to use the task watchdog in different
threads.

Signed-off-by: Martin Jäger <martin@libre.solar>
2021-03-15 12:24:54 +01:00

21 lines
576 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