Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/instrumentation/
Dinstrumentation_proto_parser.py29 class ProtoParserError(Exception): class
51 raise ProtoParserError(
57 raise ProtoParserError(
/tools/test/connectivity/acts/framework/tests/test_utils/instrumentation/
Dinstrumentation_proto_parser_test.py24 ProtoParserError
55 ProtoParserError, 'No instrumentation result'):
60 with self.assertRaisesRegex(ProtoParserError, 'Failed to pull'):