Home
last modified time | relevance | path

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

/external/autotest/cli/contrib/
Dwhy_isnt_my_job_running.py120 atomic_hosts = proxy.run('get_hosts', multiple_labels=[label_name]) variable
125 atomic_hostnames = [h['hostname'] for h in atomic_hosts]
139 assert len(accessible_hosts) <= len(atomic_hosts)
140 if len(accessible_hosts) != len(atomic_hosts):
151 locked_hosts = [h for h in atomic_hosts if h['locked']]
159 for host in atomic_hosts:
174 usable_hostnames = [host['hostname'] for host in atomic_hosts
/external/autotest/frontend/afe/
Drpc_utils.py585 atomic_hosts = models.Host.objects.filter(
588 unusable_host_names = [host.hostname for host in atomic_hosts]