示例#1
0
 def clear_status(self):
     CheckData.remove_latest_status(self.persistable_check_name)
     self.load_status()
 def clear_status(self):
     """
     This function is only used form test code to act as if the check is running for the first time
     """
     CheckData.remove_latest_status(self.persistence_check_name)
     self.load_status()
示例#3
0
 def clear_status(self):
     """
     This function is only used form test code to act as if the check is running for the first time
     """
     CheckData.remove_latest_status(Instance.INSTANCE_NAME)
     self.load_status()