Tools: Push autotune switch test to run after avoidance tests

This commit is contained in:
Rishabh 2020-07-31 14:08:50 +05:30 committed by Randy Mackay
parent cf04a01389
commit bac3660fca
1 changed files with 2 additions and 2 deletions

View File

@ -5070,8 +5070,6 @@ class AutoTestCopter(AutoTest):
("AutoTune", "Fly AUTOTUNE mode", self.fly_autotune),
("AutoTuneSwitch", "Fly AUTOTUNE on a switch", self.fly_autotune_switch),
("ThrowMode", "Fly Throw Mode", self.fly_throw_mode),
("BrakeMode", "Fly Brake Mode", self.fly_brake_mode),
@ -5120,6 +5118,8 @@ class AutoTestCopter(AutoTest):
"Test Max Alt Fence",
self.fly_alt_max_fence_test),
("AutoTuneSwitch", "Fly AUTOTUNE on a switch", self.fly_autotune_switch),
("GPSGlitchLoiter",
"GPS Glitch Loiter Test",
self.fly_gps_glitch_loiter_test),