mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-08 08:53:56 -04:00
Tools: clean up heli autotest file
This commit is contained in:
parent
ee5fee268f
commit
31e556099b
@ -966,8 +966,6 @@ class AutoTestHelicopter(AutoTestCopter):
|
|||||||
|
|
||||||
def tests(self):
|
def tests(self):
|
||||||
'''return list of all tests'''
|
'''return list of all tests'''
|
||||||
ret = ([self.AutoRotation, self.ManAutoRotation,])
|
|
||||||
return ret
|
|
||||||
ret = vehicle_test_suite.TestSuite.tests(self)
|
ret = vehicle_test_suite.TestSuite.tests(self)
|
||||||
ret.extend([
|
ret.extend([
|
||||||
self.AVCMission,
|
self.AVCMission,
|
||||||
|
Loading…
Reference in New Issue
Block a user