Searched refs:host_objs (Results 1 – 3 of 3) sorted by relevance
/external/autotest/server/tests/barriertest_2client/ |
D | control.srv | 17 host_objs = [hosts.create_host(machine) for machine in pair] 18 host_at_objs = [autotest.Autotest(host) for host in host_objs] 59 client_controls = [client_control_template % (pair,) for host in host_objs] 62 for host, host_at, control in zip(host_objs, host_at_objs, client_controls):
|
/external/autotest/frontend/afe/ |
D | 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 …]
|
D | rpc_utils.py | 729 def bucket_hosts_by_shard(host_objs): argument 737 for host in host_objs: 1069 def fanout_rpc(host_objs, rpc_name, include_hostnames=True, **kwargs): argument 1081 shard_host_map = bucket_hosts_by_shard(host_objs)
|