mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Tools: autotest: ensure we can set parameters in groups with internal flag set
This commit is contained in:
parent
c45db920ff
commit
108f37c67c
@ -3084,6 +3084,11 @@ switch value'''
|
||||
if old_mt != self.get_parameter("MIS_TOTAL"):
|
||||
raise NotAchievedException("Total has changed")
|
||||
|
||||
self.start_subtest("Ensure GCS is able to set other MIS_ parameters")
|
||||
self.set_parameter("MIS_OPTIONS", 1)
|
||||
if self.get_parameter("MIS_OPTIONS") != 1:
|
||||
raise NotAchievedException("Failed to set MIS_OPTIONS")
|
||||
|
||||
def disabled_tests(self):
|
||||
return {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user