Home
last modified time | relevance | path

Searched refs:_CommandError (Results 1 – 2 of 2) sorted by relevance

/external/autotest/site_utils/stable_images/
Dstable_version.py66 class _CommandError(Exception): class
319 raise _CommandError('The -t/--type option is required to assign a '
326 raise _CommandError(msg % descriptions)
358 raise _CommandError('Must specify BOARD_OR_MODEL argument '
361 raise _CommandError('Cannot specify VERSION argument with '
364 raise _CommandError('-t/--type required with -d/--delete option')
438 except _CommandError as exc:
Dstable_version_unittest.py89 with self.assertRaises(stable_version._CommandError):