Searched refs:host_attrs (Results 1 – 2 of 2) sorted by relevance
/external/autotest/site_utils/deployment/ |
D | install.py | 315 def _update_host_attributes(afe, hostname, host_attrs): argument 324 host_attrs) 337 def _extract_servo_attributes(hostname, host_attrs): argument 347 s_hostname = (host_attrs.get(servo_host.SERVO_HOST_ATTR) or 349 s_port = (host_attrs.get(servo_host.SERVO_PORT_ATTR) or 351 s_serial = host_attrs.get(servo_host.SERVO_SERIAL_ATTR) 403 def _get_afe_host(afe, hostname, host_attrs, arguments): argument 438 if host_attrs: 439 _update_host_attributes(afe, hostname, host_attrs) 444 _update_host_attributes(afe, hostname, host_attrs) [all …]
|
/external/autotest/server/ |
D | frontend.py | 525 host_attrs = self.run('get_host_attribute', attribute=attr, **dargs) 526 return [HostAttribute(self, a) for a in host_attrs]
|