Home
last modified time | relevance | path

Searched refs:get_hosts_by_attribute (Results 1 – 5 of 5) sorted by relevance

/external/autotest/server/hosts/
Dservo_host.py341 return afe.get_hosts_by_attribute(
/external/autotest/site_utils/deployment/
Dinstall.py633 host_list = afe.get_hosts_by_attribute(
/external/autotest/frontend/afe/
Drpc_interface_unittest.py318 hosts = rpc_interface.get_hosts_by_attribute(
339 hosts = rpc_interface.get_hosts_by_attribute(
743 hosts = rpc_interface.get_hosts_by_attribute(
Drpc_interface.py1776 def get_hosts_by_attribute(attribute, value): function
/external/autotest/server/
Dfrontend.py702 def get_hosts_by_attribute(self, attribute, value): member in AFE