Searched refs:handle_exception (Results 1 – 3 of 3) sorted by relevance
| /test/py/ |
| A D | conftest.py | 28 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 D | console_base.py | 17 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 D | spawn.py | 38 def handle_exception(ubconfig, console, log, err, name, fatal, output=''): function
|
Completed in 6 milliseconds