HomeSort by relevance Sort by last modified time
    Searched refs:host_objects (Results 1 - 2 of 2) sorted by null

  /external/autotest/frontend/afe/
rpc_utils.py 290 def check_job_dependencies(host_objects, job_dependencies):
293 host_objects: list of models.Host objects
297 host_ids = [host.id for host in host_objects]
314 failing_hosts = (set(host.hostname for host in host_objects) -
482 def check_for_duplicate_hosts(host_objects):
483 host_counts = collections.Counter(host_objects)
493 def create_new_job(owner, options, host_objects, metahost_objects):
494 all_host_objects = host_objects + metahost_objects
504 check_for_duplicate_hosts(host_objects)
514 check_job_dependencies(host_objects, dependencies
    [all...]
  /external/autotest/scheduler/
rdb.py 37 host_objects = models.Host.objects variable in class:BaseHostQueryManager
47 self.host_objects.filter(id__in=host_ids).update(**kwargs)
58 return self.host_objects.filter(id__in=ids).order_by('id')
71 hosts_available = self.host_objects.filter(invalid=0)
82 host_objects = models.Host.leased_objects variable in class:AvailableHostQueryManager

Completed in 387 milliseconds