|
|
@ -72,7 +72,9 @@ class AutoTestPlane(AutoTest): |
|
|
|
gdbserver=self.gdbserver, |
|
|
|
gdbserver=self.gdbserver, |
|
|
|
breakpoints=self.breakpoints) |
|
|
|
breakpoints=self.breakpoints) |
|
|
|
self.mavproxy = util.start_MAVProxy_SITL( |
|
|
|
self.mavproxy = util.start_MAVProxy_SITL( |
|
|
|
'ArduPlane', options=self.mavproxy_options()) |
|
|
|
'ArduPlane', |
|
|
|
|
|
|
|
logfile=self.mavproxy_logfile, |
|
|
|
|
|
|
|
options=self.mavproxy_options()) |
|
|
|
self.mavproxy.expect('Telemetry log: (\S+)\r\n') |
|
|
|
self.mavproxy.expect('Telemetry log: (\S+)\r\n') |
|
|
|
self.logfile = self.mavproxy.match.group(1) |
|
|
|
self.logfile = self.mavproxy.match.group(1) |
|
|
|
self.progress("LOGFILE %s" % self.logfile) |
|
|
|
self.progress("LOGFILE %s" % self.logfile) |
|
|
|