ardupilot/Tools/autotest
Peter Barker 0a5eedb05a autotest: wipe and reinitialise parameters when resetting SITL commandline
Should fix this scenario:
 - Plane soaring test uses different defaults file
 - soaring test sets a parameter away from default value
 - context pop sets it back to the value in the defaults file
 - it is now in permanent storage with the default found in the
different defaults file used by the soaring test
 - we finish running the soaring test an reset the SITL command line
back to default, with the old defaults file
 - we go on to running the next test.  At this point the value for that
parameter is the default in the defaults file used by the soaring test.

Something similar applies in the Callisto test.
2020-12-25 12:18:01 +11:00
..
aircraft Tools: added TugGoat's modifications to the Rascal JSBSim model 2018-12-18 13:06:03 +11:00
ArduCopter_Tests Tools: add CANGPSCopterMission mission file 2020-11-04 19:59:40 +11:00
ArduPlane_Tests autotest: add trivial test just to cover the Airspeed_DLVR code 2020-12-22 23:07:24 +11:00
ArduRover_Tests Tools: rover: correct test_setting_modes_via_mavproxy_switch for RTL and AUTO 2020-12-16 17:27:07 +09:00
ArduSub_Tests Tools: update path for sub test missions files 2020-04-09 09:01:03 +10:00
default_params autotest: fixed use of GND prefix 2020-12-08 13:22:17 +11:00
Generic_Missions autotest: added loiter-to-alt test mission 2020-08-25 10:39:18 +10:00
jsb_sim Tools: random Python cleanups based on lgtm analysis 2019-09-21 22:26:03 +10:00
logger_metadata Tools: logger_metadata fix relative dir search 2020-08-25 20:01:27 +10:00
models Tools: Define momentum drag 2020-12-11 15:21:41 +11:00
param_metadata Tools: add Kg/m.m to param units 2020-12-22 11:00:59 +11:00
pysim pysim: Support for decacopters 2020-12-08 11:59:10 +11:00
template Tools: Implement better Scrimmage support 2020-04-28 11:09:51 +10:00
web Autotest: fix html and use class on CSS 2020-10-24 10:30:09 +11:00
web-firmware Autotest: firmware page: fix html 2020-10-24 10:30:09 +11:00
win_sitl Tools: rename APMrover2 to Rover 2020-04-14 09:50:34 +09:00
XPlane autotest: An X-Plane soaring mission file 2017-04-08 20:01:33 +10:00
__init__.py Tools: update python coding style 2016-09-01 13:05:11 +10:00
antennatracker.py Tools: update path for antenna tracker test missions files 2020-04-09 09:01:03 +10:00
arducopter.py autotest: add trivial test for Callisto 2020-12-25 12:18:01 +11:00
arduplane.py autotest: add trivial test just to cover the Airspeed_DLVR code 2020-12-22 23:07:24 +11:00
ardusub.py Tools: sub set-position-target-global-int sends target once 2020-11-27 10:52:17 +09:00
autotest.py Autotest: fix css loading for autotest.ardupilot.org 2020-11-28 19:14:16 +11:00
balancebot.py autotest: add tests for log download 2020-05-26 19:32:49 +10:00
bisect-helper.py autotest: add another example on bisect helper 2020-12-18 07:48:34 +11:00
build-with-disabled-features.py autotest: if MODE_AUTO is disabled then we also need to disabled AFS 2020-10-06 11:25:09 +11:00
common.py autotest: wipe and reinitialise parameters when resetting SITL commandline 2020-12-25 12:18:01 +11:00
examples.py autotest: explicitly run hello-world test and check for string 2020-05-28 13:49:47 +10:00
fakepos.py Tools: random Python cleanups based on lgtm analysis 2019-09-21 22:26:03 +10:00
fg_plane_view.bat autotest: remove doubled up disable-anti-alias-hud 2020-07-04 09:25:42 +10:00
fg_plane_view.sh autotest: remove doubled up disable-anti-alias-hud 2020-07-04 09:25:42 +10:00
fg_quad_view.bat autotest: remove doubled up disable-anti-alias-hud 2020-07-04 09:25:42 +10:00
fg_quad_view.sh autotest: remove doubled up disable-anti-alias-hud 2020-07-04 09:25:42 +10:00
junit.xml auto est: modular tests and unit testing with Junit.xml output for jenkins 2012-07-05 23:48:50 -07:00
locations.txt autotest: added Kris location 2020-12-21 12:05:50 +11:00
quadplane.py Tools: fixes from review feedback 2020-10-28 14:20:44 +11:00
README First version of APM autotest 2011-10-31 13:50:34 +11:00
rover.py autotest: wipe and reinitialise parameters when resetting SITL commandline 2020-12-25 12:18:01 +11:00
run_in_terminal_window.sh Tools: correct quoting in run_in_terminal_window.sh 2018-03-15 07:40:23 +09:00
sim_vehicle.py Tools: added --vehicle-binary to sim_vehicle.py 2020-12-16 08:45:11 +11:00
swarminit.txt Autotest: Create swarminit.txt 2019-01-18 10:16:18 +11:00

This is an automated test suite for APM