Home
last modified time | relevance | path

Searched refs:CONTROL_TYPE (Results 1 – 12 of 12) sorted by relevance

/external/autotest/server/
Dautoserv_utils.py107 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:
Dsequence.py148 control_type=control_data.CONTROL_TYPE.SERVER,
/external/autotest/client/common_lib/
Dcontrol_data.py17 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/
Dresources.py384 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
Dresources_test.py32 test_type=control_data.CONTROL_TYPE.SERVER,
372 self.assertEquals(job.control_type, control_data.CONTROL_TYPE.SERVER)
Dmodels.py806 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
Dmodels_test.py269 test_type=control_data.CONTROL_TYPE.SERVER, path='path')
Drpc_interface_unittest.py396 name='test', test_type=control_data.CONTROL_TYPE.SERVER)
Drpc_utils.py290 is_server = (test_type == control_data.CONTROL_TYPE.SERVER)
/external/autotest/utils/
Dtest_importer.py275 test.test_type = control_data.CONTROL_TYPE.get_value(data.test_type)
/external/autotest/scheduler/
Dmonitor_db.py1308 self.job.control_type == control_data.CONTROL_TYPE.SERVER and
Dscheduler_models.py970 return self.control_type == control_data.CONTROL_TYPE.SERVER