Browse Source

autotest: add test for two consecutive drops with no reboot

gps-1.3.1
Peter Barker 4 years ago committed by Randy Mackay
parent
commit
53e980bada
  1. 7
      Tools/autotest/arducopter.py

7
Tools/autotest/arducopter.py

@ -6939,7 +6939,8 @@ class AutoTestCopter(AutoTest): @@ -6939,7 +6939,8 @@ class AutoTestCopter(AutoTest):
self.wait_altitude(100, 1000, timeout=100, relative=True)
self.context_collect('STATUSTEXT')
self.wait_statustext("throw detected - uprighting", check_context=True, timeout=10)
self.wait_statustext("throw detected - spooling motors", check_context=True, timeout=10)
self.wait_statustext("throttle is unlimited - uprighting", check_context=True)
self.wait_statustext("uprighted - controlling height", check_context=True)
self.wait_statustext("height achieved - controlling position", check_context=True)
self.progress("Waiting for still")
@ -6966,8 +6967,8 @@ class AutoTestCopter(AutoTest): @@ -6966,8 +6967,8 @@ class AutoTestCopter(AutoTest):
pass
self.wait_altitude(100, 1000, timeout=100, relative=True)
self.context_collect('STATUSTEXT')
self.wait_statustext("throw detected - uprighting", check_context=True, timeout=10)
self.wait_statustext("throw detected - spooling motors", check_context=True, timeout=10)
self.wait_statustext("throttle is unlimited - uprighting", check_context=True)
self.wait_statustext("uprighted - controlling height", check_context=True)
self.wait_statustext("height achieved - controlling position", check_context=True)
self.wait_mode('AUTO')

Loading…
Cancel
Save