Home
last modified time | relevance | path

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

/external/autotest/frontend/health/
Dpassing_experimental_unittest.py71 self._orig_since_pass = passing_experimental._MAX_DAYS_SINCE_LAST_PASS
75 passing_experimental._MAX_DAYS_SINCE_LAST_PASS = self._orig_since_pass
102 passing_experimental._MAX_DAYS_SINCE_LAST_PASS = 10
121 passing_experimental._MAX_DAYS_SINCE_LAST_PASS = 10
140 passing_experimental._MAX_DAYS_SINCE_LAST_PASS = 10
159 passing_experimental._MAX_DAYS_SINCE_LAST_PASS = 10
178 passing_experimental._MAX_DAYS_SINCE_LAST_PASS = 10
Dpassing_experimental_functional_test.py64 self._orig_since_pass = passing_experimental._MAX_DAYS_SINCE_LAST_PASS
68 passing_experimental._MAX_DAYS_SINCE_LAST_PASS = self._orig_since_pass
101 passing_experimental._MAX_DAYS_SINCE_LAST_PASS = 10
Dpassing_experimental.py23 _MAX_DAYS_SINCE_LAST_PASS = 30 variable
52 datetime.timedelta(_MAX_DAYS_SINCE_LAST_PASS))