f25e2201a4
Fix a few inconsistent test identifiers. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
30 lines
755 B
YAML
30 lines
755 B
YAML
sample:
|
|
name: Task Watchdog Subsytem Sample
|
|
common:
|
|
harness: console
|
|
tags:
|
|
- task_wdt
|
|
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.task_wdt:
|
|
integration_platforms:
|
|
- nucleo_g474re
|
|
sample.task_wdt.no_hw_fallback:
|
|
extra_args: CONF_FILE="prj_no_hw_fallback.conf"
|
|
platform_allow:
|
|
- mr_canhubk3
|