Home
last modified time | relevance | path

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

/external/autotest/server/cros/dynamic_suite/
Dtools.py145 usable_hosts = [host for host in updated_hosts if is_usable(host)]
147 unusable_hosts = [h for h in updated_hosts if not is_usable(h)]
230 def is_usable(host): function