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