From c8b0b1a5f871e23723cde13c612e935389d9956d Mon Sep 17 00:00:00 2001 From: Ioannis Glaropoulos Date: Tue, 26 Nov 2019 17:30:40 +0100 Subject: [PATCH] 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 --- tests/drivers/watchdog/wdt_basic_api/testcase.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/drivers/watchdog/wdt_basic_api/testcase.yaml b/tests/drivers/watchdog/wdt_basic_api/testcase.yaml index a0cafb62bd7..e40541a3f80 100644 --- a/tests/drivers/watchdog/wdt_basic_api/testcase.yaml +++ b/tests/drivers/watchdog/wdt_basic_api/testcase.yaml @@ -2,6 +2,7 @@ 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