Searched refs:retry_util (Results 1 - 8 of 8) sorted by relevance

/external/chromium-trace/catapult/common/py_utils/py_utils/
H A Dretry_util_unittest.py7 from py_utils import retry_util namespace
20 @retry_util.RetryOnException(Exception, retries=3)
31 @retry_util.RetryOnException(KeyError, retries=5)
48 @retry_util.RetryOnException(KeyError, retries=3)
60 @retry_util.RetryOnException(KeyError, retries=3)
72 @retry_util.RetryOnException(KeyError, retries=5)
86 @retry_util.RetryOnException(KeyError, retries=5)
101 @retry_util.RetryOnException((KeyError, ValueError), retries=3)
/external/autotest/server/site_tests/autoupdate_Cellular/
H A Dautoupdate_Cellular.py9 from chromite.lib import retry_util namespace
28 retry_util.RetryException(error.AutoservRunError, 2, self._host.run,
51 retry_util.RetryException(error.AutoservRunError, 2, self._host.run,
/external/autotest/server/cros/dynamic_suite/
H A Dfrontend_wrappers.py17 from chromite.lib import retry_util namespace
21 retry_util = None variable
32 """Compute the number of retry attempts for use with chromite.retry_util.
81 if retry_util is None:
127 return retry_util.GenericRetry(handler, max_retry, _run,
130 return retry_util.GenericRetry(handler, max_retry, _run,
/external/autotest/server/hosts/
H A Dfile_store.py11 from chromite.lib import retry_util namespace
102 retry_util.GenericRetry(
/external/autotest/site_utils/
H A Dgmail_lib.py44 from chromite.lib import retry_util namespace
175 retry_util.GenericRetry(
/external/autotest/server/site_tests/autoupdate_ForcedOOBEUpdate/
H A Dautoupdate_ForcedOOBEUpdate.py14 from chromite.lib import retry_util namespace
40 retry_util.RetryException(error.AutoservRunError, 2, self._host.run,
181 retry_util.RetryException(error.AutoservRunError, 2, self._host.run,
/external/autotest/server/site_tests/autoupdate_P2P/
H A Dautoupdate_P2P.py14 from chromite.lib import retry_util namespace
34 retry_util.RetryException(error.AutoservRunError, 2, host.run,
46 retry_util.RetryException(error.AutoservRunError, 2, host.run,
/external/autotest/client/common_lib/cros/
H A Dautoupdater.py16 from chromite.lib import retry_util namespace
203 retry_util.GenericRetry(exception_handler, 1,
232 status = retry_util.GenericRetry(handler, 3,

Completed in 355 milliseconds