mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-20 09:49:06 +08:00
mavsdk_tests: enable VTOL, fix TEST_CASE name
We can't use commas in the TEST_CASE name. With the comma, the test did not run and displayed: Filters: Takeoff, transition and RTL No test cases matched 'Takeoff' No test cases matched 'transition and RTL' ========================================== No tests ran
This commit is contained in:
parent
01f29a51a8
commit
bb1c08fdd1
@ -17,11 +17,11 @@ test_matrix = [
|
||||
"test_filter": "[multicopter]",
|
||||
"timeout_min": 20,
|
||||
},
|
||||
#{
|
||||
# "model": "standard_vtol",
|
||||
# "test_filter": "[vtol]",
|
||||
# "timeout_min": 20,
|
||||
#},
|
||||
{
|
||||
"model": "standard_vtol",
|
||||
"test_filter": "[vtol]",
|
||||
"timeout_min": 20,
|
||||
},
|
||||
# {
|
||||
# "model": "standard_plane",
|
||||
# "test_filter": "[plane]",
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
#include "autopilot_tester.h"
|
||||
|
||||
|
||||
TEST_CASE("Takeoff, transition and RTL", "[vtol]")
|
||||
TEST_CASE("Takeoff and transition and RTL", "[vtol]")
|
||||
{
|
||||
AutopilotTester tester;
|
||||
tester.connect(connection_url);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user