Browse Source

autotest: reboot after running Copter vibe tests

The EKF type (at the very least) requires a reboot to revert to its
original value.
c415-sdk
Peter Barker 4 years ago committed by Peter Barker
parent
commit
662814d6bd
  1. 2
      Tools/autotest/arducopter.py

2
Tools/autotest/arducopter.py

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

Loading…
Cancel
Save