HomeSort by relevance Sort by last modified time
    Searched refs:host_set (Results 1 - 5 of 5) sorted by null

  /external/autotest/tko/
retrieve_logs.cgi 82 def _get_tpool_args(hosts, job_path, is_shard, host_set):
88 @param host_set: a Set to filter out duplicated hosts.
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/
moblab_rpc_interface.py 582 label.host_set.add(host_obj)
597 models.Label.smart_get(label_name).host_set.remove(host_obj)
models_test.py 76 label.host_set.add(host)
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)
    [all...]
models.py 123 self.host_set.clear()
    [all...]

Completed in 63 milliseconds