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

  /external/autotest/frontend/afe/
rpc_interface.py 185 host_objs = models.Host.smart_get_bulk(hosts)
187 models.Host.check_no_platform(host_objs)
190 models.Host.check_board_labels_allowed(host_objs, [label.name])
191 label.host_set.add(*host_objs)
234 host_objs = models.Host.smart_get_bulk(hosts)
236 host_objs, 'add_label', include_hostnames=False,
262 host_objs = models.Host.smart_get_bulk(hosts)
263 rpc_utils.fanout_rpc(host_objs, 'add_label_to_hosts', id=id)
272 host_objs = models.Host.smart_get_bulk(hosts)
280 label.host_set.remove(*host_objs)
    [all...]
rpc_utils.py 729 def bucket_hosts_by_shard(host_objs):
732 @param host_objs: A list of host objects.
737 for host in host_objs:
    [all...]

Completed in 388 milliseconds