autotest: reboot after running Copter vibe tests

The EKF type (at the very least) requires a reboot to revert to its
original value.
This commit is contained in:
Peter Barker 2020-12-22 22:34:47 +11:00 committed by Peter Barker
parent 69ef0937f4
commit 662814d6bd
1 changed files with 2 additions and 0 deletions

View File

@ -2147,6 +2147,8 @@ class AutoTestCopter(AutoTest):
self.context_pop()
self.reboot_sitl()
if ex is not None:
raise ex