mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
autotest: fixed test known frames
this test can't handle periph based frames
This commit is contained in:
parent
6643231b2e
commit
914d31b4cf
@ -8358,6 +8358,7 @@ class AutoTestCopter(AutoTest):
|
||||
'heli': "wrong binary, different takeoff regime",
|
||||
'heli-gas': "wrong binary, different takeoff regime",
|
||||
'heli-blade360': "wrong binary, different takeoff regime",
|
||||
"quad-can" : "needs CAN periph",
|
||||
}
|
||||
for frame in sorted(copter_vinfo_options["frames"].keys()):
|
||||
self.start_subtest("Testing frame (%s)" % str(frame))
|
||||
|
@ -3750,6 +3750,7 @@ class AutoTestPlane(AutoTest):
|
||||
"quadplane-tilttrivec": "loses attitude control and crashes",
|
||||
"plane-ice" : "needs ICE control channel for ignition",
|
||||
"quadplane-ice" : "needs ICE control channel for ignition",
|
||||
"quadplane-can" : "needs CAN periph",
|
||||
}
|
||||
for frame in sorted(vinfo_options["frames"].keys()):
|
||||
self.start_subtest("Testing frame (%s)" % str(frame))
|
||||
|
Loading…
Reference in New Issue
Block a user