Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/tast/
Dtast.py79 _MAX_TEST_NAMES_IN_ERROR = 3 variable in tast
545 s = ' '.join(sorted(names)[:self._MAX_TEST_NAMES_IN_ERROR])
546 if len(names) > self._MAX_TEST_NAMES_IN_ERROR: