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 87 def _get_tpool_args(hosts, job_path, is_shard, host_set):
93 @param host_set: a Set to filter out duplicated hosts.
100 if host and host != 'localhost' and host not in host_set:
101 host_set.add(host)
123 host_set = set()
124 tpool_args = _get_tpool_args(drones, job_path, False, host_set)
125 tpool_args += _get_tpool_args(shards, job_path, True, host_set)
  /external/autotest/frontend/afe/
moblab_rpc_interface.py 692 label.host_set.add(host_obj)
715 label.host_set.remove(host_obj)
    [all...]
models_test.py 143 label.host_set.add(host)
rpc_interface.py 116 rpc_utils.fanout_rpc(label_model.host_set.all(), 'modify_label', False,
135 for h in label_model.host_set.all():
192 label.host_set.add(*host_objs)
281 label.host_set.remove(*host_objs)
    [all...]
models.py 127 self.host_set.clear()
189 self.host_set.clear()
    [all...]

Completed in 332 milliseconds