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.py350 return afe.get_hosts_by_attribute(
/external/autotest/site_utils/deployment/
Dinstall.py725 host_list = afe.get_hosts_by_attribute(
/external/autotest/frontend/afe/
Drpc_interface_unittest.py321 hosts = rpc_interface.get_hosts_by_attribute(
342 hosts = rpc_interface.get_hosts_by_attribute(
746 hosts = rpc_interface.get_hosts_by_attribute(
Drpc_interface.py1768 def get_hosts_by_attribute(attribute, value): function
/external/autotest/server/
Dfrontend.py663 def get_hosts_by_attribute(self, attribute, value): member in AFE