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:
parent
a5ffd7f7a3
commit
97f2814b5e
2 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ common:
|
||||||
tests:
|
tests:
|
||||||
drivers.flash.flash_simulator.boot_no_erase:
|
drivers.flash.flash_simulator.boot_no_erase:
|
||||||
timeout: 5
|
timeout: 5
|
||||||
|
expect_reboot: true
|
||||||
platform_allow: mps2/an385
|
platform_allow: mps2/an385
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- mps2/an385
|
- mps2/an385
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
common:
|
common:
|
||||||
depends_on: watchdog
|
depends_on: watchdog
|
||||||
|
expect_reboot: true
|
||||||
tags:
|
tags:
|
||||||
- drivers
|
- drivers
|
||||||
- watchdog
|
- watchdog
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue