Searched refs:num_attempts (Results 1 – 5 of 5) sorted by relevance
243 def _reached_max_attempts(self, num_attempts): argument245 num_attempts > self.max_reconnect_attempts)255 num_attempts = 0263 num_attempts += 1266 if self._reached_max_attempts(num_attempts):
46 num_attempts = 247 self.m.run.with_retry(self.m.step, 'install_' + app_name, num_attempts,
57 num_attempts = os.path.join(self._UPDATE_ENGINE_PREFS_DIR,60 self._hosts[1].run('echo 11 > %s' % num_attempts)62 self._hosts[1].run('rm %s' % num_attempts, ignore_status=True)
394 num_attempts = 0395 while num_attempts < RPMController.HYDRA_MAX_CONNECT_RETRIES:406 num_attempts += 1