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    - s32z270dc2_rtu0_r52
21    - s32z270dc2_rtu1_r52
22tests:
23  sample.task_wdt:
24    integration_platforms:
25      - nucleo_g474re
26  sample.task_wdt.no_hw_fallback:
27    extra_args: CONF_FILE="prj_no_hw_fallback.conf"
28    platform_allow:
29      - mr_canhubk3
30