mirror of https://github.com/ArduPilot/ardupilot
autotest: don't try and fly the ICE aircraft
they would need ignition control
This commit is contained in:
parent
026290a4e1
commit
14be09d72c
|
@ -3473,6 +3473,8 @@ class AutoTestPlane(AutoTest):
|
||||||
"quadplane-cl84": "falls out of sky instead of transitioning",
|
"quadplane-cl84": "falls out of sky instead of transitioning",
|
||||||
"quadplane-tilttri": "falls out of sky instead of transitioning",
|
"quadplane-tilttri": "falls out of sky instead of transitioning",
|
||||||
"quadplane-tilttrivec": "loses attitude control and crashes",
|
"quadplane-tilttrivec": "loses attitude control and crashes",
|
||||||
|
"plane-ice" : "needs ICE control channel for ignition",
|
||||||
|
"quadplane-ice" : "needs ICE control channel for ignition",
|
||||||
}
|
}
|
||||||
for frame in sorted(vinfo_options["frames"].keys()):
|
for frame in sorted(vinfo_options["frames"].keys()):
|
||||||
self.start_subtest("Testing frame (%s)" % str(frame))
|
self.start_subtest("Testing frame (%s)" % str(frame))
|
||||||
|
|
Loading…
Reference in New Issue