Searched refs:CONTROL_TYPE (Results 1 – 9 of 9) sorted by relevance
76 CONTROL_TYPE = autotest.load('client.common_lib.control_data').CONTROL_TYPE77 return CONTROL_TYPE.get_value(job.control_type) == CONTROL_TYPE.CLIENT
105 control_type_value = control_data.CONTROL_TYPE.get_value(107 if control_type_value == control_data.CONTROL_TYPE.CLIENT:109 elif control_type_value == control_data.CONTROL_TYPE.SERVER:
153 control_type=control_data.CONTROL_TYPE.SERVER,
45 control_data.CONTROL_TYPE.CLIENT))48 control_data.CONTROL_TYPE.SERVER))
1051 choices=control_data.CONTROL_TYPE.choices())1507 choices=control_data.CONTROL_TYPE.choices(),1509 default=control_data.CONTROL_TYPE.CLIENT)1573 return self.control_type == control_data.CONTROL_TYPE.SERVER
247 test_type = control_data.CONTROL_TYPE.get_value(test_type)250 return (test_type == control_data.CONTROL_TYPE.SERVER)
21 CONTROL_TYPE = enum.Enum('Server', 'Client', start_value=1) variable22 CONTROL_TYPE_NAMES = enum.Enum(*CONTROL_TYPE.names, string_values=True)259 self._set_option('test_type', val, list(CONTROL_TYPE.names))
290 test.test_type = control_data.CONTROL_TYPE.get_value(data.test_type)
1470 self.job.control_type == control_data.CONTROL_TYPE.SERVER and