Searched defs:complete_failures (Results 1 - 2 of 2) sorted by relevance

/external/autotest/frontend/health/
H A Dcomplete_failures_functional_test.py18 # This must come before the import of complete_failures in order to use the
22 import complete_failures namespace
68 Does a functional test of the complete_failures script.
87 self._orignal_too_late = complete_failures._DAYS_TO_BE_FAILING_TOO_LONG
91 complete_failures._DAYS_TO_BE_FAILING_TOO_LONG = self._orignal_too_late
121 complete_failures._DAYS_TO_BE_FAILING_TOO_LONG = 10
130 % complete_failures._DAYS_TO_BE_FAILING_TOO_LONG)
133 complete_failures.main()
H A Dcomplete_failures_unittest.py12 # This must come before the import of complete_failures in order to use the
16 import complete_failures namespace
41 self._orig_too_long = complete_failures._DAYS_TO_BE_FAILING_TOO_LONG
45 complete_failures._DAYS_TO_BE_FAILING_TOO_LONG = self._orig_too_long
51 complete_failures._DAYS_TO_BE_FAILING_TOO_LONG = 60
60 % complete_failures._DAYS_TO_BE_FAILING_TOO_LONG)
66 complete_failures.email_about_test_failure(failures, all_tests)
71 complete_failures._DAYS_TO_BE_FAILING_TOO_LONG = 60
80 % complete_failures._DAYS_TO_BE_FAILING_TOO_LONG)
88 complete_failures
[all...]

Completed in 108 milliseconds