Home
last modified time | relevance | path

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

/test/py/
A Dconftest.py28 from spawn import BootFail, Timeout, Unexpected, handle_exception
512 handle_exception(ubconfig, ubman_fix, log, err, 'Lab failure', True)
514 handle_exception(ubconfig, ubman_fix, log, err, 'Lab timeout', True)
516 handle_exception(ubconfig, ubman_fix, log, err, 'Boot fail', True,
519 handle_exception(ubconfig, ubman_fix, log, err, 'Unexpected test output',
A Dconsole_base.py17 from spawn import BootFail, Timeout, Unexpected, handle_exception
345 handle_exception(self.config, self, self.log, exc,
349 handle_exception(self.config, self, self.log, exc,
A Dspawn.py38 def handle_exception(ubconfig, console, log, err, name, fatal, output=''): function

Completed in 6 milliseconds