mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 17:38:32 -04:00
Tools: autotest: skip MIS_TOTAL parameter test on Tracker
This is CMD_TOTAL not MIS_TOTAL, and doesn't have facility for flags.
This commit is contained in:
parent
b4537bebd8
commit
4a35e8ee74
@ -3072,6 +3072,10 @@ switch value'''
|
|||||||
|
|
||||||
def test_parameters(self):
|
def test_parameters(self):
|
||||||
'''general small tests for parameter system'''
|
'''general small tests for parameter system'''
|
||||||
|
if self.is_tracker():
|
||||||
|
# uses CMD_TOTAL not MIS_TOTAL, and it's in a scalr not a
|
||||||
|
# group and it's generally all bad.
|
||||||
|
return
|
||||||
self.start_subtest("Ensure GCS is not be able to set MIS_TOTAL")
|
self.start_subtest("Ensure GCS is not be able to set MIS_TOTAL")
|
||||||
old_mt = self.get_parameter("MIS_TOTAL")
|
old_mt = self.get_parameter("MIS_TOTAL")
|
||||||
ex = None
|
ex = None
|
||||||
|
Loading…
Reference in New Issue
Block a user