Home
last modified time | relevance | path

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

/external/autotest/site_utils/
Drun_suite.py485 info_strings = []
488 info_strings.append('retry_count: %d' % self.retry_count)
493 info_strings.append(self.reason)
505 info_strings)
509 def _format_anchor_text(self, prefix, info_strings): argument
519 if info_strings:
520 info_text = ', '.join(info_strings)