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

  /external/autotest/frontend/afe/
rpc_utils.py 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)
    [all...]
frontend_test_utils.py 103 @param synchronous - bool, if True use synch_count=2 otherwise use
104 synch_count=1.
122 synch_count = synchronous and 2 or 1
132 synch_count=synch_count, created_on=created_on,
rpc_interface.py     [all...]
models.py 53 The job.synch_count is considered the minimum.
1500 synch_count = dbmodels.IntegerField(blank=True, default=0) variable in class:Job
    [all...]
  /external/autotest/server/
sequence.py 151 synch_count=None, is_template=False,
  /external/autotest/scheduler/
scheduler_models.py 868 if (self.job.synch_count == 1 and
    [all...]
monitor_db_functional_test.py 712 job.synch_count = 2
    [all...]
  /external/autotest/cli/
job.py 245 'owner', 'control_type', 'synch_count', 'created_on',
359 [--synch_count] [--control-file </path/to/cfile>]
379 self.parser.add_option('-y', '--synch_count', type=int,
483 if options.synch_count:
484 self.data['synch_count'] = options.synch_count
502 if 'synch_count' not in self.data:
503 self.data['synch_count'] = cf_info['synch_count']
514 if 'synch_count' not in self.data
    [all...]
  /external/autotest/venv/lucifer/
handlers.py 224 """Stop pending HQEs for a job (for synch_count)."""
229 if not_yet_run.count() == job.synch_count:
241 """Return a queryset of not run HQEs for the job (for synch_count)."""
  /external/autotest/server/cros/dynamic_suite/
suite.py 365 synch_count=test.sync_count,
    [all...]
suite_unittest.py 331 synch_count=test.sync_count,
    [all...]

Completed in 106 milliseconds