Home
last modified time | relevance | path

Searched refs:TestPrepareError (Results 1 - 3 of 3) sorted by relevance

/test/testfwk/xdevice/plugins/devicetest/runner/
H A Dprepare.py24 from devicetest.core.exception import TestPrepareError namespace
97 raise TestPrepareError(ErrorMessage.Common.Code_0201011)
99 raise TestPrepareError(ErrorMessage.Common.Code_0201012.format(item))
112 raise TestPrepareError(ErrorMessage.Common.Code_0201013.format(name))
157 raise TestPrepareError(ErrorMessage.Common.Code_0201014.format(msg))
171 raise TestPrepareError(ErrorMessage.Common.Code_0201015)
181 except TestPrepareError as e:
194 raise TestPrepareError(error_msg)
/test/testfwk/xdevice/plugins/devicetest/
H A Dmain.py21 from devicetest.core.exception import TestPrepareError namespace
47 except TestPrepareError as err:
/test/testfwk/xdevice/plugins/devicetest/core/
H A Dexception.py137 class TestPrepareError(Exception): class
141 super(TestPrepareError, self).__init__(error_msg)

Completed in 2 milliseconds