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 | 141 host_objs = models.Host.smart_get_bulk(hosts) 143 models.Host.check_no_platform(host_objs) 144 label.host_set.add(*host_objs) 175 host_objs = models.Host.smart_get_bulk(hosts) 188 host_objs, 'add_label', include_hostnames=False, 191 rpc_utils.fanout_rpc(host_objs, 'add_label_to_hosts', id=id) 200 host_objs = models.Host.smart_get_bulk(hosts) 201 models.Label.smart_get(id).host_set.remove(*host_objs) 213 host_objs = models.Host.smart_get_bulk(hosts) 216 rpc_utils.fanout_rpc(host_objs, 'remove_label_from_hosts', id=id)
|
D | rpc_utils.py | 840 def bucket_hosts_by_shard(host_objs, rpc_hostnames=False): argument 851 for host in host_objs: 1205 def fanout_rpc(host_objs, rpc_name, include_hostnames=True, **kwargs): argument 1218 host_objs, rpc_hostnames=True)
|