autotest: assert that Plane doesn't support fence-via-mission-item-protocol

Hopefully this starts to fail at some stage!
This commit is contained in:
Peter Barker 2020-06-02 12:59:24 +10:00 committed by Peter Barker
parent b07fb05dde
commit 4e216f976f

View File

@ -1273,6 +1273,9 @@ class AutoTestPlane(AutoTest):
self.change_mode('MANUAL')
self.progress("Asserting we don't support transfer of fence via mission item protocol")
self.assert_no_capability(mavutil.mavlink.MAV_PROTOCOL_CAPABILITY_MISSION_FENCE)
# grab home position:
self.mav.recv_match(type='HOME_POSITION', blocking=True)
self.homeloc = self.mav.location()