Home
last modified time | relevance | path

Searched refs:ExpectLineTimeoutError (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/tools/otci/otci/
Derrors.py37 class ExpectLineTimeoutError(OTCIError): class
41 super(ExpectLineTimeoutError, self).__init__("Expected line %r, but timed out" % line)
Dcommand_handlers.py38 from .errors import ExpectLineTimeoutError, CommandError
177 raise ExpectLineTimeoutError(expect_line)
197 raise ExpectLineTimeoutError(expect_line)
Dotci.py38 from .errors import UnexpectedCommandOutput, ExpectLineTimeoutError, CommandError, InvalidArguments…
89 raise ExpectLineTimeoutError(expect_line)
2872 raise ExpectLineTimeoutError(expect_line)