Home
last modified time | relevance | path

Searched refs:afe_host (Results 1 – 10 of 10) sorted by relevance

/external/autotest/site_utils/deployment/
Dinstall.py184 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/
Dfactory.py70 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'))
Dfactory_unittest.py63 afe_host = base_label_unittest.MockAFEHost(labels, attributes)
67 'afe_host': afe_host,
Dabstract_ssh.py65 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/
Dclient_factory.py36 afe_host = site_utils.get_afe_host_from_machine(machine)
37 serials = afe_host.attributes.get('serials')
/external/autotest/site_utils/lxc/
Dconfig.py322 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/
Dadd_detected_host_labels.py71 afe_host = afe.get_hosts(hostname=hostname)[0]
81 labels_to_delete = [l for l in afe_host.labels
Dtest_runner_utils.py512 afe_host = hosts[0]
513 afe_host.add_labels(labels_to_add_to_afe_host)
/external/autotest/server/
Dsite_utils.py684 _, 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]
Dserver_job.py132 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,