Searched refs:_set_option (Results 1 – 2 of 2) sorted by relevance
/external/autotest/client/common_lib/ |
D | control_data_unittest.py | 282 cd._set_option('foo', 'a', options) 284 cd._set_option('foo', 'b', options) 286 cd._set_option('foo', 'B', options) 288 self.assertRaises(ValueError, cd._set_option, 290 self.assertRaises(ValueError, cd._set_option, 292 self.assertRaises(ValueError, cd._set_option, 294 self.assertRaises(ValueError, cd._set_option,
|
D | control_data.py | 180 def _set_option(self, attr, val, options): member in ControlData 247 self._set_option('time', val, ControlData.TEST_TIME_LIST) 259 self._set_option('test_type', val, list(CONTROL_TYPE.names))
|