HomeSort by relevance Sort by last modified time
    Searched refs:RetryingAFE (Results 1 - 25 of 32) sorted by null

1 2

  /external/autotest/server/cros/dynamic_suite/
frontend_wrappers.py 43 class RetryingAFE(frontend.AFE):
56 super(RetryingAFE, self).__init__(**dargs)
81 return super(RetryingAFE, self).run(call, **dargs)
103 return super(RetryingAFE, self).run(call, **dargs)
dynamic_suite.py 531 afe = frontend_wrappers.RetryingAFE(timeout_min=30, delay_sec=10,
  /external/autotest/server/site_tests/servohost_Reboot/
servohost_Reboot.py 44 afe = frontend_wrappers.RetryingAFE(timeout_min=5, delay_sec=10)
  /external/autotest/site_utils/
dump_suite_report.py 39 afe = frontend_wrappers.RetryingAFE(timeout_min=5, delay_sec=10,
lxc_cleanup.py 34 AFE = frontend_wrappers.RetryingAFE(timeout_min=0.1, delay_sec=10)
job_directories.py 17 _AFE = frontend_wrappers.RetryingAFE()
deploy_server_local.py 48 AFE = frontend_wrappers.RetryingAFE(
  /external/autotest/server/hosts/
afe_store.py 29 self._afe = frontend_wrappers.RetryingAFE(
base_label.py 258 afe = frontend_wrappers.RetryingAFE(timeout_min=5, delay_sec=10)
chameleon_host.py 188 afe = frontend_wrappers.RetryingAFE(timeout_min=5, delay_sec=10)
moblab_host.py 65 self.afe = frontend_wrappers.RetryingAFE(timeout_min=timeout_min,
servo_repair.py 313 afe = frontend_wrappers.RetryingAFE(timeout_min=5, delay_sec=10)
  /external/autotest/frontend/afe/
rpc_interface_unittest.py 394 frontend_wrappers.RetryingAFE, 'MockAFE')
395 self.god.stub_with(frontend_wrappers, 'RetryingAFE', mock_afe)
397 mock_afe2 = frontend_wrappers.RetryingAFE.expect_new(
404 frontend_wrappers.RetryingAFE, 'MockAFE')
405 self.god.stub_with(frontend_wrappers, 'RetryingAFE', mock_afe)
407 mock_afe2 = frontend_wrappers.RetryingAFE.expect_new(
457 mock_afe = self.god.create_mock_class_obj(frontend_wrappers.RetryingAFE,
459 self.god.stub_with(frontend_wrappers, 'RetryingAFE', mock_afe)
466 mock_afe2 = frontend_wrappers.RetryingAFE.expect_new(
475 mock_afe1 = frontend_wrappers.RetryingAFE.expect_new
    [all...]
  /external/autotest/contrib/
manage_powerunit_info.py 173 afe = frontend_wrappers.RetryingAFE(timeout_min=5, delay_sec=10,
generate_rpm_mapping.py 464 AFE = frontend_wrappers.RetryingAFE(timeout_min=5, delay_sec=10,
  /external/autotest/server/
afe_utils.py 18 AFE = frontend_wrappers.RetryingAFE(timeout_min=5, delay_sec=10)
sequence.py 135 afe = frontend_wrappers.RetryingAFE(timeout_min=30, delay_sec=10,
site_autotest.py 46 afe = frontend_wrappers.RetryingAFE(timeout_min=5, delay_sec=10)
  /external/autotest/server/cros/
host_lock_manager.py 61 self._afe = afe or frontend_wrappers.RetryingAFE(
  /external/toolchain-utils/
afe_lock_machine.py 123 self.afe = frontend_wrappers.RetryingAFE(
141 self.local_afe = frontend_wrappers.RetryingAFE(
  /external/autotest/server/cros/ap_configurators/
ap_configurator_factory.py 380 afe = frontend_wrappers.RetryingAFE(
  /external/autotest/site_utils/suite_scheduler/
deduping_scheduler.py 30 # The value here is set to be the same as the timeout for the RetryingAFE object
82 Defaults to a frontend_wrappers.RetryingAFE instance.
84 self._afe = afe or frontend_wrappers.RetryingAFE(timeout_min=30,
  /external/autotest/scheduler/shard/
shard_client.py 111 self.afe = frontend_wrappers.RetryingAFE(server=global_afe_hostname,
shard_client_unittest.py 38 self.mox.StubOutClassWithMocks(frontend_wrappers, 'RetryingAFE')
39 self.afe = frontend_wrappers.RetryingAFE(server=mox.IgnoreArg(),
  /external/autotest/site_utils/stable_images/
assign_stable_images.py 588 afe = frontend_wrappers.RetryingAFE(server=None)

Completed in 334 milliseconds

1 2