Andrew Tridgell
|
816e3fae3e
|
autotest: fixed flapping sub log download test
the log being downloaded can be very large, and times out. Setting
LOG_DISARMED=1 gives us a small log to download
|
2024-01-02 11:34:12 +11:00 |
Thomas Watson
|
de5b46e028
|
Tools: remove references to legacy UART order
Also delete some unused variables and update the completions.
|
2023-12-19 06:53:15 +11:00 |
Peter Barker
|
59badf6947
|
autotest: fix message_has_field_values for strings
|
2023-12-05 20:15:21 +11:00 |
Tom Pittenger
|
5bc3830451
|
autotest: don't set DHCP in SITL/CI because we can't
|
2023-12-02 08:17:52 +11:00 |
Andrew Tridgell
|
afe0b849b9
|
Tools: test all 4 network port types
|
2023-11-28 12:18:55 +11:00 |
Ryan Friedman
|
ea237724c7
|
Tools: autotest: Fix junit printing for double str
* Can't concetenate a double to a string without fstring or a type
change
Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
|
2023-11-24 18:08:53 +11:00 |
Peter Barker
|
4fd54dccaf
|
autotest: correct python function typing bug around Dict vs dict
|
2023-11-23 10:02:26 +11:00 |
Pierre Kancir
|
8cd91b4789
|
Tools: add more tests for log downloads
|
2023-11-22 18:35:21 +11:00 |
Pierre Kancir
|
92c338f5d4
|
Tools: fix junit report and add firmware version on report
|
2023-11-22 18:32:19 +11:00 |
Pierre Kancir
|
c1c730a9bb
|
Tools: fix flake8 issue
|
2023-11-22 18:32:19 +11:00 |
Pierre Kancir
|
3d379c2b07
|
Tools: add junit output for autotest
|
2023-11-22 18:32:19 +11:00 |
Andrew Tridgell
|
d23c633b2c
|
Tools: added a test for serial over CAN
download a log with mavproxy from a serial over CAN port which then
comes out as UDP
|
2023-11-22 17:19:12 +11:00 |
Andrew Tridgell
|
f175cb19a1
|
Tools: added autotest for networking over UDP
downloads a log with mavlink over UDP from NET_P1 port
|
2023-11-17 10:54:24 -08:00 |
Ryan Friedman
|
c4e2c4f7cb
|
Tools: Expect different GSOF detection string
Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
|
2023-11-14 10:26:01 +11:00 |
Nick Exton
|
e2e05af914
|
autotest: Add test for handling of param2 (reset) of DO_SET_MISSION_CURRENT
|
2023-11-14 10:22:45 +11:00 |
Peter Barker
|
0143bf22d4
|
autotest: understand verbose and very_vrbose for wait_message_field_values
|
2023-11-12 08:19:49 +11:00 |
Peter Barker
|
8d03d7e15d
|
autotest: test gripper as both long and int
... and make use of context_collect for statustext
|
2023-11-08 18:15:25 +11:00 |
Peter Barker
|
6439528d6a
|
autotest: augment tests for running the prearm checks
|
2023-11-01 19:30:44 +11:00 |
Peter Barker
|
a53d583963
|
autotest: assert_received_message_values gets timeout and check_context
|
2023-11-01 12:32:47 +11:00 |
Iampete1
|
220ab515b7
|
autotest: plane: add MAV_CMD_NAV_ALTITUDE_WAIT wiggle check
|
2023-10-31 14:06:22 +11:00 |
Peter Barker
|
a8bd417527
|
autotest: cope with rename of AutoTest to Testsuite
|
2023-10-27 14:17:09 +11:00 |
Peter Barker
|
00bbb61411
|
autotest: rename common.py to vehicle_test_suite.py
|
2023-10-27 14:17:09 +11:00 |