Home | History | Annotate | Download | only in afe

Lines Matching refs:synch_count

274         synch_count = max(test.sync_count for test in test_objects)
276 synch_count = 1
285 cf_info = dict(is_server=is_server, synch_count=synch_count,
374 if execution_count < queue_entry.job.synch_count:
379 execution_count, queue_entry.job.synch_count)})
496 synch_count = options.get('synch_count')
498 if synch_count is not None and synch_count > len(all_host_objects):
501 'only %d hosts provided for job with synch_count = %d' %
502 (len(all_host_objects), synch_count)})
751 synch_count=None,
813 synch_count=synch_count,