Home
last modified time | relevance | path

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

/external/autotest/frontend/health/
Dcomplete_failures_unittest.py157 self._orig_cutoff = complete_failures._DAYS_NOT_RUNNING_CUTOFF
162 complete_failures._DAYS_NOT_RUNNING_CUTOFF = self._orig_cutoff
186 complete_failures._DAYS_NOT_RUNNING_CUTOFF = 60
213 complete_failures._DAYS_NOT_RUNNING_CUTOFF = 60
Dcomplete_failures.py23 _DAYS_NOT_RUNNING_CUTOFF = 60 variable
72 cutoff_delta = datetime.timedelta(_DAYS_NOT_RUNNING_CUTOFF)
/external/autotest/contrib/
Dalways_failing_tests.py33 _DAYS_NOT_RUNNING_CUTOFF = 30 variable
43 cutoff_delta = datetime.timedelta(_DAYS_NOT_RUNNING_CUTOFF)