Home
last modified time | relevance | path

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

/external/autotest/server/
Dautoserv_utils.py114 control_type_value = control_data.CONTROL_TYPE.get_value(
116 if control_type_value == control_data.CONTROL_TYPE.CLIENT:
118 elif control_type_value == control_data.CONTROL_TYPE.SERVER:
Dsequence.py149 control_type=control_data.CONTROL_TYPE.SERVER,
/external/autotest/frontend/afe/
Drpc_utils_unittest.py45 control_data.CONTROL_TYPE.CLIENT))
48 control_data.CONTROL_TYPE.SERVER))
Dmodels.py1045 choices=control_data.CONTROL_TYPE.choices())
1496 choices=control_data.CONTROL_TYPE.choices(),
1498 default=control_data.CONTROL_TYPE.CLIENT)
1562 return self.control_type == control_data.CONTROL_TYPE.SERVER
Drpc_utils.py247 test_type = control_data.CONTROL_TYPE.get_value(test_type)
250 return (test_type == control_data.CONTROL_TYPE.SERVER)
/external/autotest/client/common_lib/
Dcontrol_data.py21 CONTROL_TYPE = enum.Enum('Server', 'Client', start_value=1) variable
22 CONTROL_TYPE_NAMES = enum.Enum(*CONTROL_TYPE.names, string_values=True)
260 self._set_option('test_type', val, list(CONTROL_TYPE.names))
/external/autotest/utils/
Dtest_importer.py290 test.test_type = control_data.CONTROL_TYPE.get_value(data.test_type)
/external/autotest/scheduler/
Dmonitor_db.py1504 self.job.control_type == control_data.CONTROL_TYPE.SERVER and