zephyr/tests
Andrzej Głąbek 418210dbf3 tests: drivers: wdt_basic_api: Allow testing without PAUSE_HALTED_BY_DBG
This is a follow-up to commit e53e5448ee.

In the above commit, the calls to `wdt_setup()` were modified to use
the `WDT_OPT_PAUSE_HALTED_BY_DBG` option to prevent problems with
flashing of boards after this test was executed on them (the still
active watchdog could interrupt such flashing), but this option
is not essential to the test itself. And if a watchdog driver does not
support pausing when the CPU is halted by a debugger (this is the case
for example for wdt_counter), it is not able to pass the test because
of that option. Add then the possibility to continue the test when
pausing by debugger is not supported.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2024-05-24 08:24:56 -04:00
..
application_development hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
arch arch: arm64: use symtab to print function name in stack trace 2024-05-23 11:52:08 -04:00
benchmarks tests: use appropriate sys_randX_get() 2024-04-05 10:57:45 -05:00
bluetooth tests: Bluetooth: tester: Fix assert in OTS 2024-05-24 12:57:26 +03:00
boards driver: ssp: update Intel SSP DAI driver to support dynamic SSP management 2024-04-25 12:14:50 +02:00
boot tests: test_mcuboot: update test pattern for upgrade mode 2024-05-12 11:03:26 -04:00
bsim Bluetooth: audio: tests: Switch to one-time adv 2024-05-24 07:48:54 -04:00
cmake tests: cmake: overlays: Add soc_folder_overlay test 2024-04-29 15:08:35 +01:00
crypto test: mbedtls: add custom target to check MbedTLS auto-generated files 2024-05-23 11:53:02 -04:00
drivers tests: drivers: wdt_basic_api: Allow testing without PAUSE_HALTED_BY_DBG 2024-05-24 08:24:56 -04:00
kconfig/configdefault
kernel tests: dynamic_thread_stack: Check thread stack permission 2024-05-21 20:54:56 -04:00
lib Lib: SMF Modify HSM operation for UML-Style transitions 2024-05-22 21:41:06 -04:00
misc tests/misc: Add llext EDK test 2024-05-17 16:21:48 +01:00
modules tests: uoscore: Set necessary PSA options 2024-05-24 11:39:28 +02:00
net tests: net: socket: getaddrinfo: Increase ztest stack size 2024-05-23 07:47:18 -04:00
posix tests/posix/env: Remove arch posix filter 2024-05-22 13:45:47 -05:00
robot
subsys tests: pm/device_runtime: Test pm_device_runtime_usage 2024-05-22 15:08:39 -05:00
unit kernel: api: implement test for sys_slist_find 2024-03-12 13:46:29 -04:00
ztest tests/ztest: Use hwmv2 native targets identifiers 2024-03-15 16:13:12 +01:00
test_config.yaml