Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/common/py_utils/py_utils/
Dretry_util_unittest.py8 from py_utils import retry_util
21 @retry_util.RetryOnException(Exception, retries=3)
32 @retry_util.RetryOnException(KeyError, retries=5)
49 @retry_util.RetryOnException(KeyError, retries=3)
61 @retry_util.RetryOnException(KeyError, retries=3)
73 @retry_util.RetryOnException(KeyError, retries=5)
87 @retry_util.RetryOnException(KeyError, retries=5)
102 @retry_util.RetryOnException((KeyError, ValueError), retries=3)
Dts_proxy_server.py21 from py_utils import retry_util
78 @retry_util.RetryOnException(TsProxyServerError, retries=3)
137 @retry_util.RetryOnException(TsProxyServerError, retries=3)
/external/autotest/client/common_lib/cros/
Dvpd_utils.py6 from chromite.lib import retry_util
38 retry_util.RetryException(error.AutoservRunError, retries, host.run,
56 return retry_util.RetryException(error.AutoservRunError, retries,
86 retry_util.RetryException(error.AutoservRunError, retries,
113 retry_util.RetryException(error.AutoservRunError, retries, host.run,
/external/autotest/server/cros/dynamic_suite/
Dfrontend_wrappers.py17 from chromite.lib import retry_util
21 retry_util = None variable
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/
Dfile_store.py11 from chromite.lib import retry_util
102 retry_util.GenericRetry(
/external/autotest/server/site_tests/autoupdate_P2P/
Dautoupdate_P2P.py13 from chromite.lib import retry_util
31 retry_util.RetryException(error.AutoservRunError, 2, host.run,
44 retry_util.RetryException(error.AutoservRunError, 2, host.run,
/external/autotest/site_utils/
Dgmail_lib.py48 from chromite.lib import retry_util
179 retry_util.GenericRetry(
/external/autotest/server/cros/update_engine/
Dupdate_engine_test.py34 from chromite.lib import retry_util
603 retry_util.RetryException(error.AutoservRunError, 2, self._run, cmd)