Searched refs:add_counter (Results 1 – 1 of 1) sorted by relevance
81 def add_counter(self, key: str, test: str = '') -> None: member in Counters156 self.status.add_counter(ts_status)160 self.status.counters[ts_status].subcounters.add_counter(tc_status)168 self.platforms.add_counter(ts_platform)178 self.errors.add_counter(reason)182 self.errors.counters[reason].subcounters.add_counter(error_key, test_identifier)186 self.errors.add_counter(reason)190 self.errors.counters[reason].subcounters.add_counter(error_key, test_identifier)193 self.errors.add_counter(ts_reason)200 self.errors.counters[ts_reason].subcounters.add_counter(tc_reason, test_identifier)[all …]