Samuel Tabor
71596c2c9f
autotest: Add a test for GLIDE_SLOPE_THR
3 years ago
Shiv Tyagi
442e783214
Tools: fix DataFlashSITL autotest
...
Co-Authored-By: Peter Barker <7077857+peterbarker@users.noreply.github.com>
3 years ago
Andy Piper
dbcc8215fa
autotest: setup FFT harmonics correctly for dynamic harmonics.
...
octacopter notches test
3 years ago
Peter Barker
dfa373c1d7
autotest: param_parse.py: correct JSON output
3 years ago
Peter Barker
8527fd42d1
autotest: sim_vehicle.py: accept lower-case plane etc for --vehicle
3 years ago
Peter Barker
2cdb082139
autotest: add test for estop-on-rc-switch
3 years ago
Peter Barker
c9cc97edbd
autotest: augment estop test with post-reboot component
3 years ago
Peter Barker
474c42f9d3
autotest: move assert_prearm_failure up
3 years ago
Samuel Tabor
75ee4b07fe
autotest: Add test for soaring speed-to-fly feature
3 years ago
Peter Barker
ff77a17fdd
autotest: param_parse.py: allow CopyValuesFrom in vehicle directories
3 years ago
Peter Barker
7eb6fdbecd
Tools: param_metadata: add support from CopyValuesFrom
3 years ago
Peter Barker
8e3265d1f6
autotest: add a test for dataflash log message rates
3 years ago
Andrew Tridgell
9ee140cbbf
Tools: revert compass parameter changes
3 years ago
Peter Barker
66395ce195
autotest: add tests for AVD_F_ALT_MIN
3 years ago
Shiv Tyagi
181eff46ac
Tools: fix autotest for devo telemetry
...
We should pass(skip) the autotest when devo telemetry is compiled out
3 years ago
Peter Barker
b75f8211d2
autotest: comment out probably-defunct test
3 years ago
Peter Barker
6e4aa2264f
autotest: add test for uploading big fence then small fence
3 years ago
Peter Barker
5d811bf57e
autotest: disable flightgear output
...
burning CPU for no good reason
3 years ago
Peter Barker
d84808b434
autotest: improve diagnostic output from Replay test
3 years ago
Iampete1
f52fb3148b
Tools: autotest: common and arducopter: use new compass params
3 years ago
Iampete1
bf335b11ed
Tools: autotest: defaults: use new compass params
3 years ago
Peter Barker
746d9fda8d
autotest: add --callgrind option
3 years ago
Peter Barker
ad4b934b3c
autotest: correct MAVFTP test for autotest server
...
The autotest server runs autotest.py from a directory one-up from the
ArduPilot root directory, whereas most people run it from the root
directory. The test wasn't taking that into account, looking for a
directory which doesn't necessarily exist.
Changed to os.listdir() to find a directory to look for in the MAVFTP
output.
3 years ago
Peter Barker
7afb472244
autotest: reboot after resetting parameters for ekf lane switchtest
3 years ago
Peter Barker
b4b267be67
autotest: clarify parameter download test output
3 years ago
Peter Barker
0c0c70d50e
autotest: wait a long time for GPS health in HIGH_LATENCY2
...
We're assuming this is healthy before running the tests. Most of the time it was, but running under Valgrind it wasn't
3 years ago
Peter Barker
48c6239851
autotest: correct resetting of commandline under Valgrind
3 years ago
Peter Barker
b2f00d469e
autotest: use set_parameters some more
3 years ago
Peter Barker
09f06be17e
autotest: add an autotest for DO_PAUSE_CONTINUE
3 years ago
Samuel Tabor
7931b10baf
autotest: Fix rangefinder in Landing-Drift test.
3 years ago
Peter Barker
a7aa74ab20
autotest: add rangefinder convenience functions, fix wait_alt handling
...
autotest: add test for rangefinders outside their maxalt
3 years ago
Peter Barker
2904036013
autotest: fetch tasks.txt twice
...
Collection isn't instantaneous
3 years ago
Shiv Tyagi
7237e346d8
Tools: autotest: add defaults file for broken copter frames
...
This adds default files for copter frames which were broken because of missing defaults
3 years ago
Peter Barker
c99a49eeb9
autotest: add test that we continue to get simulated vehicles from SIM_ADSB
3 years ago
Randy Mackay
b9099f7b88
Tools: sim_vehicle supports motorboat frame
...
also add motorboat param file to enable waves and tide
3 years ago
Peter Barker
5025056f4e
autotest: fix MSP_DJI test for Py2
3 years ago
Peter Barker
9a47a85c0d
autotest: augment PerfInfo test
3 years ago
Peter Barker
b42432ea3e
autotest: add trivial test for MSP
3 years ago
Shiv Tyagi
5811a62bc6
Tools: add autotest for DEVO telemetry
...
This adds an autotest to test if we receive data with devo telemetry correctly.
3 years ago
Peter Barker
873e04195f
autotest: add test for QuadPlane transition states
3 years ago
Peter Barker
75b9a3ff77
autotest: add test for PerfInfo tasks.txt info
3 years ago
Peter Barker
ad32f8d6d2
autotest: allow building of blimp in autotest
3 years ago
Shiv Tyagi
0cae113521
autotest: reset RNGFNDx_TYPE in rangefinder driver test
...
We should reset RNGFNDx_TYPE after we finish testing a set of rangefinder drivers to avoid failing successive tests.
Also, we now fail prearm checks if we receive no data from RF, we need to continuously send DISTANCE_SENSOR messages through mavlink to pass those checks while trying to arm.
Co-Authored-By: Peter Barker <7077857+peterbarker@users.noreply.github.com>
3 years ago
Andy Piper
9da11cd31d
autotest: set SMAX during autotune test
3 years ago
Peter Barker
756e45cda2
autotest: add get_stacktrace method
3 years ago
Bill Geyer
4f053bb7d5
Tools: set new parameters for autotest
3 years ago
Peter Barker
69d86e6896
autotest: turn draining_mav off when doing early-exit for being quiet
3 years ago
andypnz
e929561635
Tools: added my locations to locations.txt
3 years ago
Peter Barker
2dd392ec4b
autotest: read pexpects while waiting for sim time
...
If we do not drain pexpects regularly the ardupilot process can become blocked on terminal IO
3 years ago
Peter Barker
bb973ac913
autotest: print content of sitl /proc/PID/status on death
...
Mysterious death ofi Copter in CI - add more debug
3 years ago