Searched refs:CONTROL_TYPE (Results 1 – 12 of 12) sorted by relevance
/external/autotest/server/ |
D | autoserv_utils.py | 107 control_type_value = control_data.CONTROL_TYPE.get_value( 109 if control_type_value == control_data.CONTROL_TYPE.CLIENT: 111 elif control_type_value == control_data.CONTROL_TYPE.SERVER:
|
D | sequence.py | 148 control_type=control_data.CONTROL_TYPE.SERVER,
|
/external/autotest/client/common_lib/ |
D | control_data.py | 17 CONTROL_TYPE = enum.Enum('Server', 'Client', start_value=1) variable 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/ |
D | 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
|
D | resources_test.py | 32 test_type=control_data.CONTROL_TYPE.SERVER, 372 self.assertEquals(job.control_type, control_data.CONTROL_TYPE.SERVER)
|
D | models.py | 806 choices=control_data.CONTROL_TYPE.choices()) 1360 choices=control_data.CONTROL_TYPE.choices(), 1362 default=control_data.CONTROL_TYPE.CLIENT) 1419 return self.control_type == control_data.CONTROL_TYPE.SERVER
|
D | models_test.py | 269 test_type=control_data.CONTROL_TYPE.SERVER, path='path')
|
D | rpc_interface_unittest.py | 396 name='test', test_type=control_data.CONTROL_TYPE.SERVER)
|
D | rpc_utils.py | 290 is_server = (test_type == control_data.CONTROL_TYPE.SERVER)
|
/external/autotest/utils/ |
D | test_importer.py | 275 test.test_type = control_data.CONTROL_TYPE.get_value(data.test_type)
|
/external/autotest/scheduler/ |
D | monitor_db.py | 1308 self.job.control_type == control_data.CONTROL_TYPE.SERVER and
|
D | scheduler_models.py | 970 return self.control_type == control_data.CONTROL_TYPE.SERVER
|