OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atomic_hosts
(Results
1 - 2
of
2
) sorted by null
/external/autotest/cli/contrib/
why_isnt_my_job_running.py
120
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/
rpc_utils.py
585
atomic_hosts
= models.Host.objects.filter(
588
unusable_host_names = [host.hostname for host in
atomic_hosts
]
[
all
...]
Completed in 281 milliseconds