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 186 host_objs = models.Host.smart_get_bulk(hosts)
188 models.Host.check_no_platform(host_objs)
191 models.Host.check_board_labels_allowed(host_objs, [label.name])
192 label.host_set.add(*host_objs)
235 host_objs = models.Host.smart_get_bulk(hosts)
237 host_objs, 'add_label', include_hostnames=False,
263 host_objs = models.Host.smart_get_bulk(hosts)
264 rpc_utils.fanout_rpc(host_objs, 'add_label_to_hosts', id=id)
273 host_objs = models.Host.smart_get_bulk(hosts)
281 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 419 milliseconds