1sample:
2  name: Task Watchdog Subsytem Sample
3tests:
4  sample.subsys.task_wdt:
5    tags: subsys
6    harness: console
7    harness_config:
8      type: multi_line
9      ordered: true
10      regex:
11        - "Task watchdog sample application."
12        - "Control thread started."
13        - "Main thread still alive..."
14        - "Control thread getting stuck..."
15        - "Task watchdog channel 1 callback, thread: control"
16        - "Resetting device...(.*)"
17        - "Task watchdog sample application."
18    depends_on: watchdog
19    integration_platforms:
20      - nucleo_g474re
21