Lines Matching full:retry
17 from autotest_lib.client.common_lib.cros import retry
86 # retry loop in the autotest framework is to have a 'stable' library i.e.
99 for retry in range(_RETRYS):
102 return retry
104 if retry < _RETRYS - 1:
105 # Ensure this retry loop and logging isn't run on the
109 'recover.', role, retry + 1, str(e),
161 @retry.retry(error.TestError, timeout_min=_TIMEOUT_MIN,
164 """Check if servo role is as expected, if not, retry."""
172 @retry.retry(error.TestError, timeout_min=_TIMEOUT_MIN,
193 @retry.retry(error.TestError, timeout_min=_ETH_REENUMERATE_TIMEOUT_MIN,
196 """Check if DUT AC power is as expected, if not, retry."""