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:
Peter Barker 2019-09-14 01:51:51 +10:00 committed by Peter Barker
parent b4537bebd8
commit 4a35e8ee74

View File

@ -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