zephyr/tests/drivers/watchdog/wdt_basic_api/testcase.yaml
Erwan Gouriou a573dfc298 tests/drivers/watchdog: Review yaml file for stm32 window watchdog
Review tests applicability so that it only relies on watchdog
compatible availability. Additionally, tweak APB prescaler
in case of window watchdog test, so that timeout value can be
achieved.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2021-02-02 08:15:51 -05:00

18 lines
560 B
YAML

tests:
drivers.watchdog:
depends_on: watchdog
tags: drivers watchdog
filter: not (CONFIG_WDT_SAM or dt_compat_enabled("st,stm32-window-watchdog"))
platform_exclude: mec15xxevb_assy6853
drivers.watchdog.stm32wwdg:
depends_on: watchdog
tags: drivers watchdog
filter: dt_compat_enabled("st,stm32-window-watchdog")
extra_configs:
- CONFIG_CLOCK_STM32_APB1_PRESCALER=16
drivers.watchdog.mec15xxevb_assy6853:
depends_on: watchdog
tags: drivers watchdog
build_only: true
platform_allow: mec15xxevb_assy6853