mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
Tools: Push autotune switch test to run after avoidance tests
This commit is contained in:
parent
cf04a01389
commit
bac3660fca
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user