autotest: upload logs after quadplane tests

This commit is contained in:
Peter Barker 2020-07-22 10:17:02 +10:00 committed by Peter Barker
parent c539698528
commit 7880120921
1 changed files with 5 additions and 1 deletions

View File

@ -498,6 +498,10 @@ class AutoTestQuadPlane(AutoTest):
self.test_qassist),
("GyroFFT", "Fly Gyro FFT",
self.fly_gyro_fft)
self.fly_gyro_fft),
("LogUpload",
"Log upload",
self.log_upload),
])
return ret