Searched refs:afe_host (Results 1 – 10 of 10) sorted by relevance
/external/autotest/site_utils/deployment/ |
D | install.py | 184 def _create_host(hostname, afe, afe_host): argument 197 'afe_host': afe_host, 204 def _try_lock_host(afe_host): argument 216 afe_host.modify(locked=True, 225 def _try_unlock_host(afe_host): argument 237 afe_host.modify(locked=False, lock_reason='') 297 afe_host = afe.get_hosts(id=host_id)[0] 298 if afe_host.status in host_states.IDLE_STATES: 305 def _ensure_host_idle(afe, afe_host): argument 326 if afe_host.shard: [all …]
|
/external/autotest/server/hosts/ |
D | factory.py | 70 hostname, afe_host = server_utils.get_host_info_from_machine(machine) 92 'afe_host': afe_host, 193 afe_host = detected_args['afe_host'] 207 or OS_HOST_DICT.get(afe_host.attributes.get('os_type'))
|
D | factory_unittest.py | 63 afe_host = base_label_unittest.MockAFEHost(labels, attributes) 67 'afe_host': afe_host,
|
D | abstract_ssh.py | 65 afe_host=None, host_info_store=None, connection_pool=None, argument 105 self._afe_host = afe_host or utils.EmptyAFEHost()
|
/external/autotest/server/brillo/feedback/ |
D | client_factory.py | 36 afe_host = site_utils.get_afe_host_from_machine(machine) 37 serials = afe_host.attributes.get('serials')
|
/external/autotest/site_utils/lxc/ |
D | config.py | 322 afe_host = config.get_config_value('SERVER', 'hostname') 323 if afe_host.lower() in local_names: 326 new_host = socket.getfqdn(afe_host)
|
/external/autotest/site_utils/ |
D | add_detected_host_labels.py | 71 afe_host = afe.get_hosts(hostname=hostname)[0] 81 labels_to_delete = [l for l in afe_host.labels
|
D | test_runner_utils.py | 512 afe_host = hosts[0] 513 afe_host.add_labels(labels_to_add_to_afe_host)
|
/external/autotest/server/ |
D | site_utils.py | 684 _, afe_host = get_host_info_from_machine(machine) 685 return afe_host 775 idle_duts = [afe_host.hostname for afe_host in afe_hosts 776 if afe_host.status in host_states.IDLE_STATES]
|
D | server_job.py | 132 afe_host = server_utils.EmptyAFEHost() 135 afe_host.attributes.update(host_attributes) 139 afe_host = _create_afe_host(machine) 143 afe_host = server_utils.EmptyAFEHost() 149 'afe_host' : afe_host,
|