Home
last modified time | relevance | path

Searched refs:host_set (Results 1 – 5 of 5) sorted by relevance

/external/autotest/tko/
Dretrieve_logs.cgi82 def _get_tpool_args(hosts, job_path, is_shard, host_set): argument
95 if host and host != 'localhost' and host not in host_set:
96 host_set.add(host)
118 host_set = set()
119 tpool_args = _get_tpool_args(drones, job_path, False, host_set)
120 tpool_args += _get_tpool_args(shards, job_path, True, host_set)
/external/autotest/frontend/afe/
Drpc_utils.py407 possible_hosts.update(h.hostname for h in label.host_set.all())
411 hosts_in_label = (h.hostname for h in label.host_set.all())
417 host_set = possible_hosts
419 host_set = set(host.hostname for host in host_objects)
420 unusable_host_set = host_set.difference(possible_hosts)
430 hosts_in_meta_host = (h.hostname for h in meta_host.host_set.all())
434 host_set.update(meta_possible)
436 if len(host_set) < minimum_required:
Drpc_interface.py80 rpc_utils.fanout_rpc(label_model.host_set.all(), 'modify_label', False,
93 for h in label_model.host_set.all():
144 label.host_set.add(*host_objs)
201 models.Label.smart_get(id).host_set.remove(*host_objs)
Dresources_test.py42 self.labels[0].host_set = [self.hosts[0], self.hosts[1]]
Dmodels.py123 self.host_set.clear()