zephyr/samples/subsys/task_wdt/sample.yaml
Manuel Arguelles 42e8678d2a samples: task_wdt: add scenario without hw fallback
Add new sample scenario without using a hardware watchdog as fallback.
This is used for the moment only for the mr_canhubk3 board, but a
generic configuration is introduced that can be used by other boards if
needed.

Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
2023-08-01 09:51:16 +02:00

29 lines
761 B
YAML

sample:
name: Task Watchdog Subsytem Sample
common:
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
platform_exclude:
- s32z270dc2_rtu0_r52
- s32z270dc2_rtu1_r52
tests:
sample.subsys.task_wdt:
integration_platforms:
- nucleo_g474re
sample.subsys.task_wdt.no_hw_fallback:
extra_args: CONF_FILE="prj_no_hw_fallback.conf"
platform_allow:
- mr_canhubk3