autotest: remove APM references

This commit is contained in:
Peter Barker 2021-09-18 12:46:53 +10:00 committed by Tom Pittenger
parent 804efb51e0
commit 1e1e8010e3
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
This is an automated test suite for APM
This is an automated test suite for ArduPilot

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
"""
APM automatic test suite.
ArduPilot automatic test suite.
Andrew Tridgell, October 2011

View File

@ -219,7 +219,7 @@ class AutoTestRover(AutoTest):
#
# # reduce throttle
# self.mavproxy.send('rc 3 1500\n')
# self.mavproxy.expect('APM: Failsafe ended')
# self.mavproxy.expect('AP: Failsafe ended')
# self.mavproxy.send('switch 2\n') # manual mode
# self.wait_heartbeat()
# self.wait_mode('MANUAL')