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>
29 lines
761 B
YAML
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
|