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

  /external/autotest/cli/
atomicgroup.py 77 keys = ['name', 'description', 'max_number_of_machines', 'invalid']
84 self.parser.add_option('-n', '--max_number_of_machines',
96 self.data['max_number_of_machines'] = options.max_number_of_machines
atomicgroup_unittest.py 26 'max_number_of_machines': 3,
30 'max_number_of_machines': 13,
34 'max_number_of_machines': 23,
61 max_number_of_machines=33),
67 self.run_cmd(argv=['create', '--max_number_of_machines', '33',
71 max_number_of_machines=33),
  /external/autotest/frontend/afe/
frontend_test_utils.py 36 name='atomic1', max_number_of_machines=2)
38 name='atomic2', max_number_of_machines=2)
rpc_interface.py 233 def add_atomic_group(name, max_number_of_machines=None, description=None):
235 name=name, max_number_of_machines=max_number_of_machines,
    [all...]
rpc_utils.py     [all...]
resources.py 45 rep.update({'max_number_of_machines':
46 self.instance.max_number_of_machines,
59 data = {'max_number_of_machines':
60 input_dict.get('max_number_of_machines')}
    [all...]
rpc_interface_unittest.py 44 max_number_of_machines='bar')
models.py 47 max_number_of_machines: The maximum number of machines that will be
63 max_number_of_machines = dbmodels.IntegerField(default=INFINITE_MACHINES) variable in class:AtomicGroup
    [all...]
  /external/autotest/scheduler/
monitor_db_unittest.py 830 self.assertEqual(2, django_hqes[0].atomic_group.max_number_of_machines)
906 # Now max_number_of_machines HQEs are in pending state. Remaining
925 hqe.atomic_group.max_number_of_machines += 1
    [all...]
scheduler_models.py 372 _fields = ('id', 'name', 'description', 'max_number_of_machines',
    [all...]

Completed in 689 milliseconds