2017-04-05 11:11:22 +08:00
|
|
|
sample:
|
2017-12-10 07:59:24 +08:00
|
|
|
name: Watchdog Driver Sample
|
2017-04-05 11:11:22 +08:00
|
|
|
tests:
|
2019-03-29 23:44:43 +08:00
|
|
|
sample.driver.watchdog:
|
2017-12-06 02:00:43 +08:00
|
|
|
tags: drivers
|
2018-09-17 16:09:12 +08:00
|
|
|
harness: console
|
|
|
|
harness_config:
|
|
|
|
type: multi_line
|
|
|
|
ordered: true
|
|
|
|
regex:
|
|
|
|
- "Watchdog sample application"
|
|
|
|
- "Feeding watchdog..."
|
|
|
|
- "Waiting for reset..."
|
2019-03-28 16:12:56 +08:00
|
|
|
- "Watchdog sample application"
|
2017-12-10 07:59:24 +08:00
|
|
|
depends_on: watchdog
|
2019-07-15 22:56:25 +08:00
|
|
|
platform_exclude: nucleo_l496zg nucleo_f401re
|
|
|
|
sample.driver.window_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"
|