mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-16 04:22:22 +00:00
esp_system: Update task watchdog unit tests and example
This commit does the following: - Update existing unit tests that use the TWDT to call the new esp_task_wdt_init() API - Add a set of dedicate TWDT unit tests - Updates the TWDT example
This commit is contained in:
@@ -9,7 +9,4 @@ from pytest_embedded import Dut
|
||||
@pytest.mark.generic
|
||||
def test_task_watchdog(dut: Dut) -> None:
|
||||
|
||||
dut.expect_exact('Initialize TWDT')
|
||||
dut.expect_exact('Delay for 10 seconds')
|
||||
dut.expect_exact('Unsubscribing and deleting tasks')
|
||||
dut.expect_exact('Complete')
|
||||
dut.expect_exact('Example complete')
|
||||
|
||||
Reference in New Issue
Block a user