blob: 6315af612edfac35c2387b8cf8c2c74e7cc0c5a0 [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_allow: nucleo_l496zg
extra_args: CONF_FILE="prj.conf;nucleo_l496zg.conf"