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>
11 lines
353 B
YAML
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
|