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

  /external/autotest/server/
autoserv_utils.py 97 control_type = getattr(job, 'control_type', None)
106 if control_type is not None: # still want to enter if control_type==0
107 control_type_value = control_data.CONTROL_TYPE.get_value(
108 control_type)
109 if control_type_value == control_data.CONTROL_TYPE.CLIENT:
111 elif control_type_value == control_data.CONTROL_TYPE.SERVER:
sequence.py 148 control_type=control_data.CONTROL_TYPE.SERVER,
  /external/autotest/client/common_lib/
control_data.py 17 CONTROL_TYPE = enum.Enum('Server', 'Client', start_value=1)
18 CONTROL_TYPE_NAMES = enum.Enum(*CONTROL_TYPE.names, string_values=True)
187 self._set_option('test_type', val, list(CONTROL_TYPE.names))
  /external/autotest/frontend/afe/
resources.py 384 control_data.CONTROL_TYPE.get_string(
399 test_type = control_data.CONTROL_TYPE.get_value(
477 job.control_type == control_data.CONTROL_TYPE.SERVER,
683 control_type = control_data.CONTROL_TYPE.SERVER
685 control_type = control_data.CONTROL_TYPE.CLIENT
690 control_type=control_type,
    [all...]
resources_test.py 32 test_type=control_data.CONTROL_TYPE.SERVER,
372 self.assertEquals(job.control_type, control_data.CONTROL_TYPE.SERVER)
models.py 806 choices=control_data.CONTROL_TYPE.choices())
1359 control_type = dbmodels.SmallIntegerField( variable in class:Job
    [all...]
models_test.py 269 test_type=control_data.CONTROL_TYPE.SERVER, path='path')
439 'control_type': 2,
507 'control_type': 2,
rpc_interface_unittest.py 122 control_type=CLIENT,
133 control_type=CLIENT,
226 control_type=SERVER, **kwargs)
396 name='test', test_type=control_data.CONTROL_TYPE.SERVER)
rpc_utils.py 290 is_server = (test_type == control_data.CONTROL_TYPE.SERVER)
    [all...]
  /external/autotest/utils/
test_importer.py 275 test.test_type = control_data.CONTROL_TYPE.get_value(data.test_type)
  /external/autotest/scheduler/
monitor_db.py     [all...]
scheduler_models.py     [all...]

Completed in 2008 milliseconds