Searched refs:afe_host (Results 1 – 12 of 12) sorted by relevance
/external/autotest/site_utils/deployment/ |
D | install.py | 175 def _create_host(hostname, afe, afe_host): argument 188 'afe_host': afe_host, 194 def _try_lock_host(afe_host): argument 206 afe_host.modify(locked=True, 214 def _try_unlock_host(afe_host): argument 226 afe_host.modify(locked=False, lock_reason='') 283 afe_host = afe.get_hosts(id=host_id)[0] 284 if afe_host.status in host_states.IDLE_STATES: 290 def _ensure_host_idle(afe, afe_host): argument 311 if afe_host.shard: [all …]
|
/external/autotest/site_utils/rpm_control_system/ |
D | utils.py | 47 def get_powerunit_info(afe_host): argument 55 if (not POWERUNIT_HOSTNAME_KEY in afe_host.attributes or 56 not POWERUNIT_OUTLET_KEY in afe_host.attributes): 60 ' in the host\'s attributes.' % (afe_host.hostname, 63 hydra_hostname=(afe_host.attributes[HYDRA_HOSTNAME_KEY] 64 if HYDRA_HOSTNAME_KEY in afe_host.attributes 67 device_hostname=afe_host.hostname, 69 powerunit_hostname=afe_host.attributes[POWERUNIT_HOSTNAME_KEY], 70 outlet=afe_host.attributes[POWERUNIT_OUTLET_KEY],
|
/external/autotest/server/hosts/ |
D | factory.py | 69 hostname, afe_host = server_utils.get_host_info_from_machine(machine) 91 'afe_host': afe_host, 192 afe_host = detected_args['afe_host'] 206 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 | 52 afe_host=None, host_info_store=None, connection_pool=None, argument 91 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 | 67 afe_host = afe.get_hosts(hostname=hostname)[0] 77 labels_to_delete = [l for l in afe_host.labels
|
D | test_runner_utils.py | 505 afe_host = hosts[0] 506 afe_host.add_labels(labels_to_add_to_afe_host)
|
/external/autotest/server/ |
D | site_utils.py | 710 _, afe_host = get_host_info_from_machine(machine) 711 return afe_host 801 idle_duts = [afe_host.hostname for afe_host in afe_hosts 802 if afe_host.status in host_states.IDLE_STATES]
|
D | server_job.py | 120 afe_host = server_utils.EmptyAFEHost() 123 afe_host.attributes.update(host_attributes) 127 afe_host = _create_afe_host(machine) 131 afe_host = server_utils.EmptyAFEHost() 137 'afe_host' : afe_host,
|
/external/autotest/cli/ |
D | host.py | 912 afe_host = frontend.Host(None, data) 918 'afe_host': afe_host,
|