Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drivers: watchdog: wdt_basic_api: drivers.watchdog.counter_watchdog fails #70659

Closed
katgiadla opened this issue Mar 25, 2024 · 0 comments · Fixed by #71153
Closed

drivers: watchdog: wdt_basic_api: drivers.watchdog.counter_watchdog fails #70659

katgiadla opened this issue Mar 25, 2024 · 0 comments · Fixed by #71153
Assignees
Labels
area: Watchdog Watchdog bug The issue is a bug, or the PR is fixing a bug platform: nRF Nordic nRFx priority: low Low impact/importance bug

Comments

@katgiadla
Copy link
Contributor

Describe the bug
The test drivers.watchdog.counter_watchdog fails.

Observed for nrf52840dk/nrf52840.

To Reproduce
Steps to reproduce the behavior:

  1. have nrf52840dk/nrf52840 connected
  2. go to your zephyr dir
  3. call ./scripts/twister -T tests/drivers/watchdog/wdt_basic_api -p nrf52840dk/nrf52840 --device-testing --device-serial /dev/ttyACM0 -v --inline-logs
  4. See console output with error

Expected behavior
Valid console output

Impact
Not clear

Logs and console output

Running TESTSUITE wdt_basic_test_suite
===================================================================
START - test_wdt
Testcase: test_wdt_no_callback
Testcase passed
Testcase: test_wdt_callback_1
Watchdog setup error
Assertion failed at ../../../../../../../zephyr/tests/drivers/watchdog/wdt_basic_api/src/test_wdt.c:377: wdt_basic_test_suite_test_wdt: test_wdt_callback_1() == TC_PASS is false
FAIL - test_wdt in 0.026 seconds
===================================================================
TESTSUITE wdt_basic_test_suite failed.
------ TESTSUITE SUMMARY START ------
SUITE FAIL -   0.00% [wdt_basic_test_suite]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.026 seconds
- FAIL - [wdt_basic_test_suite.test_wdt] duration = 0.026 seconds
------ TESTSUITE SUMMARY END ------
===================================================================
RunID: 1e2e7ec1f942c55376b415bf9e36bba0
PROJECT EXECUTION FAILED

Environment (please complete the following information):

  • OS: Ubuntu 20.04.1 LTS
  • Toolchain Zephyr SDK 0.16.5
  • Commit SHA or Version used: v3.6.0-1427-g6704557bf9c9
@katgiadla katgiadla added the bug The issue is a bug, or the PR is fixing a bug label Mar 25, 2024
@nordicjm nordicjm added the platform: nRF Nordic nRFx label Mar 25, 2024
@nordicjm nordicjm added the area: Watchdog Watchdog label Mar 25, 2024
@nashif nashif added the priority: low Low impact/importance bug label Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Watchdog Watchdog bug The issue is a bug, or the PR is fixing a bug platform: nRF Nordic nRFx priority: low Low impact/importance bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants