1sample:
2  name: Task Watchdog Subsytem Sample
3common:
4  tags: subsys
5  harness: console
6  harness_config:
7    type: multi_line
8    ordered: true
9    regex:
10      - "Task watchdog sample application."
11      - "Control thread started."
12      - "Main thread still alive..."
13      - "Control thread getting stuck..."
14      - "Task watchdog channel 1 callback, thread: control"
15      - "Resetting device...(.*)"
16      - "Task watchdog sample application."
17  depends_on: watchdog
18  platform_exclude:
19    - s32z270dc2_rtu0_r52
20    - s32z270dc2_rtu1_r52
21tests:
22  sample.subsys.task_wdt:
23    integration_platforms:
24      - nucleo_g474re
25  sample.subsys.task_wdt.no_hw_fallback:
26    extra_args: CONF_FILE="prj_no_hw_fallback.conf"
27    platform_allow:
28      - mr_canhubk3
29