Home
last modified time | relevance | path

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

/external/autotest/site_utils/
Drun_suite.py646 info_strings = self._get_info_strings()
647 info_strings.append(self._bug_count_text)
649 info_strings)
665 info_strings = []
667 info_strings.append('retry_count: %d' % self.retry_count)
669 info_strings.append(self.reason)
670 return info_strings
673 def _format_anchor_text(self, prefix, info_strings): argument
683 info=', '.join(info_strings))