3b28297003
In SAM SoCs Watchdog is selected by default and runs with some default configuration, unless the build sets CONFIG_WDT_DISABLE_AT_BOOT. As the tests/kernel/critical takes relatively large amount of time to complete, the watchdog (that is never fed in the test) will eventually trigger a reset. As a result the test keeps restarting continuously and never completes. We want to run the test on SAM SoCs, so we do the following: - filter our the SAM SoCs with the SAM WDT from the default build - introduce an alternative test-case for these SoCs with the additional CONFIG_WDT_DISABLE_AT_BOOT option set. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no> |
||
---|---|---|
.. | ||
src | ||
CMakeLists.txt | ||
prj.conf | ||
testcase.yaml |