Searched refs:host_set (Results 1 – 5 of 5) sorted by relevance
/external/autotest/tko/ |
D | retrieve_logs.cgi | 82 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/ |
D | moblab_rpc_interface.py | 582 label.host_set.add(host_obj) 597 models.Label.smart_get(label_name).host_set.remove(host_obj)
|
D | rpc_interface.py | 91 rpc_utils.fanout_rpc(label_model.host_set.all(), 'modify_label', False, 104 for h in label_model.host_set.all(): 158 label.host_set.add(*host_objs) 240 models.Label.smart_get(id).host_set.remove(*host_objs)
|
D | models_test.py | 76 label.host_set.add(host)
|
D | models.py | 123 self.host_set.clear()
|