Searched refs:_set_option (Results 1 – 2 of 2) sorted by relevance
/external/autotest/client/common_lib/ |
D | control_data_unittest.py | 289 cd._set_option('foo', 'a', options) 291 cd._set_option('foo', 'b', options) 293 cd._set_option('foo', 'B', options) 295 self.assertRaises(ValueError, cd._set_option, 297 self.assertRaises(ValueError, cd._set_option, 299 self.assertRaises(ValueError, cd._set_option, 301 self.assertRaises(ValueError, cd._set_option,
|
D | control_data.py | 183 def _set_option(self, attr, val, options): member in ControlData 250 self._set_option('time', val, ControlData.TEST_TIME_LIST) 262 self._set_option('test_type', val, list(CONTROL_TYPE.names))
|