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.py59 _MAX_TEST_NAMES_IN_ERROR = 3 variable in tast
406 s = ' '.join(sorted(names)[:self._MAX_TEST_NAMES_IN_ERROR])
407 if len(names) > self._MAX_TEST_NAMES_IN_ERROR: