From 97f2814b5e41b8b2758aa962112e5791787a7cea Mon Sep 17 00:00:00 2001 From: Jordan Yates Date: Sat, 5 Apr 2025 10:22:46 +1000 Subject: [PATCH] tests: drivers: mark rebooting tests with `expect_reboot: true` Notify twister of tests that are expected to reboot in normal operation. Signed-off-by: Jordan Yates --- tests/drivers/flash_simulator/flash_sim_reboot/testcase.yaml | 1 + tests/drivers/watchdog/wdt_basic_api/testcase.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/drivers/flash_simulator/flash_sim_reboot/testcase.yaml b/tests/drivers/flash_simulator/flash_sim_reboot/testcase.yaml index 069bbac09c9..804c26e14b6 100644 --- a/tests/drivers/flash_simulator/flash_sim_reboot/testcase.yaml +++ b/tests/drivers/flash_simulator/flash_sim_reboot/testcase.yaml @@ -5,6 +5,7 @@ common: tests: drivers.flash.flash_simulator.boot_no_erase: timeout: 5 + expect_reboot: true platform_allow: mps2/an385 integration_platforms: - mps2/an385 diff --git a/tests/drivers/watchdog/wdt_basic_api/testcase.yaml b/tests/drivers/watchdog/wdt_basic_api/testcase.yaml index 4c64f7dadf4..d930ac5e1ba 100644 --- a/tests/drivers/watchdog/wdt_basic_api/testcase.yaml +++ b/tests/drivers/watchdog/wdt_basic_api/testcase.yaml @@ -1,5 +1,6 @@ common: depends_on: watchdog + expect_reboot: true tags: - drivers - watchdog