Tools: run test_arm_feature for heli

This commit is contained in:
Pierre Kancir 2018-09-20 12:05:46 +02:00 committed by Peter Barker
parent e087b03dd0
commit 3a29379d9e

View File

@ -1966,6 +1966,7 @@ class AutoTestCopter(AutoTest):
self.mavproxy.send('switch 6\n') # stabilize mode self.mavproxy.send('switch 6\n') # stabilize mode
self.wait_mode('STABILIZE') self.wait_mode('STABILIZE')
self.wait_ready_to_arm() self.wait_ready_to_arm()
self.run_test("Arm features", self.test_arm_feature)
# Arm # Arm
self.run_test("Arm motors", self.arm_vehicle) self.run_test("Arm motors", self.arm_vehicle)