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 <jordan@embeint.com>
This commit is contained in:
Jordan Yates 2025-04-05 10:22:46 +10:00 committed by Benjamin Cabé
commit 97f2814b5e
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -1,5 +1,6 @@
common:
depends_on: watchdog
expect_reboot: true
tags:
- drivers
- watchdog