blob: 1c87c38f36a6e78fd88734e6ddbd6b522f0504b0 [file] [log] [blame]
sample:
name: Watchdog Driver Sample
tests:
sample.drivers.watchdog:
tags: drivers
harness: console
harness_config:
type: multi_line
ordered: true
regex:
- "Watchdog sample application"
- "Feeding watchdog..."
- "Waiting for reset..."
- "Watchdog sample application"
depends_on: watchdog
platform_exclude: nucleo_l496zg nucleo_f401re
sample.drivers.watchdog.nucleo_l496zg:
tags: drivers
harness: console
harness_config:
type: multi_line
ordered: true
regex:
- "Watchdog sample application"
- "Feeding watchdog..."
- "Waiting for reset..."
- "Watchdog sample application"
depends_on: watchdog
platform_whitelist: nucleo_l496zg
extra_args: CONF_FILE="prj.conf;nucleo_l496zg.conf"