1sample:
2  name: Task Watchdog Subsytem Sample
3common:
4  harness: console
5  tags:
6    - task_wdt
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  platform_exclude:
20    - s32z2xxdc2/s32z270/rtu0
21    - s32z2xxdc2/s32z270/rtu1
22    - s32z2xxdc2@D/s32z270/rtu0
23    - s32z2xxdc2@D/s32z270/rtu1
24tests:
25  sample.task_wdt:
26    integration_platforms:
27      - nucleo_g474re
28