Home
last modified time | relevance | path

Searched refs:info_strings (Results 1 – 1 of 1) sorted by relevance

/external/autotest/site_utils/
Drun_suite.py620 info_strings = self._get_info_strings()
621 info_strings.append(self._bug_count_text)
623 info_strings)
639 info_strings = []
641 info_strings.append('retry_count: %d' % self.retry_count)
643 info_strings.append(self.reason)
644 return info_strings
647 def _format_anchor_text(self, prefix, info_strings): argument
657 info=', '.join(info_strings))