zephyr/tests/drivers/watchdog/wdt_basic_api/testcase.yaml
Ioannis Glaropoulos c8b0b1a5f8 tests: drivers: watchdog: exclude platforms with SAM WDT from testing
On watchdog-triggered reboot, the SAM platforms
reset RAM, so the wdt_basic_api cannot be completed
successfully, as it relies on RAM retention (relies
on variables stored in RAM retaining their values
across different boot cycles). Exclude the platforms
with the SAM Watchdog from this test.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2019-11-27 12:21:24 -05:00

11 lines
353 B
YAML

tests:
peripheral.watchdog:
depends_on: watchdog
tags: drivers watchdog
filter: not CONFIG_WDT_SAM
platform_exclude: nucleo_l496zg nucleo_f401re
peripheral.window_watchdog_nucleo_l496zg:
depends_on: watchdog
tags: drivers watchdog
extra_args: CONF_FILE="prj.conf;nucleo_l496zg.conf"
platform_whitelist: nucleo_l496zg