Searched refs:CONTROL_TYPE (Results 1 – 8 of 8) sorted by relevance
114 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:
149 control_type=control_data.CONTROL_TYPE.SERVER,
45 control_data.CONTROL_TYPE.CLIENT))48 control_data.CONTROL_TYPE.SERVER))
1045 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
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)260 self._set_option('test_type', val, list(CONTROL_TYPE.names))
290 test.test_type = control_data.CONTROL_TYPE.get_value(data.test_type)
1504 self.job.control_type == control_data.CONTROL_TYPE.SERVER and