Home | History | Annotate | Download | only in clique_lib

Lines Matching refs:workers

161     def _are_all_conn_workers_healthy(workers, aps, assoc_params_list, job):
162 """Returns if all the connection workers are working properly.
167 @param workers: a list of conn_worker objects.
172 @returns True if all the workers are healthy, False otherwise.
175 for worker, ap, assoc_params in zip(workers, aps, assoc_params_list):
210 connection workers.
234 # Let's create generic connection workers and make them connect
236 # these connection workers based on the role we want them to
260 # Check if all our APs, DUTs and connection workers are in good
288 raise error.TestError('Not all connection workers healthy.')