Home
last modified time | relevance | path

Searched refs:host_attrs (Results 1 – 2 of 2) sorted by relevance

/external/autotest/site_utils/deployment/
Dinstall.py304 def _update_host_attributes(afe, hostname, host_attrs): argument
317 host_attr_servo_host = host_attrs.get(servo_host.SERVO_HOST_ATTR)
318 host_attr_servo_port = host_attrs.get(servo_host.SERVO_PORT_ATTR)
319 host_attr_servo_serial = host_attrs.get(servo_host.SERVO_SERIAL_ATTR)
336 def _get_afe_host(afe, hostname, host_attrs, arguments): argument
371 if host_attrs:
372 _update_host_attributes(afe, hostname, host_attrs)
378 _update_host_attributes(afe, hostname, host_attrs)
456 def _install_and_update_afe(afe, hostname, host_attrs, arguments): argument
473 afe_host, unlock_on_failure = _get_afe_host(afe, hostname, host_attrs,
/external/autotest/server/
Dfrontend.py564 host_attrs = self.run('get_host_attribute', attribute=attr, **dargs)
565 return [HostAttribute(self, a) for a in host_attrs]