Searched refs:_set_option (Results 1 – 2 of 2) sorted by relevance
/external/autotest/client/common_lib/ |
D | control_data_unittest.py | 201 cd._set_option('foo', 'a', options) 203 cd._set_option('foo', 'b', options) 205 cd._set_option('foo', 'B', options) 207 self.assertRaises(ValueError, cd._set_option, 209 self.assertRaises(ValueError, cd._set_option, 211 self.assertRaises(ValueError, cd._set_option, 213 self.assertRaises(ValueError, cd._set_option,
|
D | control_data.py | 108 def _set_option(self, attr, val, options): member in ControlData 175 self._set_option('time', val, ControlData.TEST_TIME_LIST) 187 self._set_option('test_type', val, list(CONTROL_TYPE.names))
|