diff options
Diffstat (limited to 'test/py/conftest.py')
-rw-r--r-- | test/py/conftest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/conftest.py b/test/py/conftest.py index 6c3ac67979a..eec0b5488e4 100644 --- a/test/py/conftest.py +++ b/test/py/conftest.py @@ -514,7 +514,7 @@ def ubman(request): handle_exception(ubconfig, ubman_fix, log, err, 'Lab timeout', True) except BootFail as err: handle_exception(ubconfig, ubman_fix, log, err, 'Boot fail', True, - ubman.get_spawn_output()) + ubman_fix.get_spawn_output()) except Unexpected: handle_exception(ubconfig, ubman_fix, log, err, 'Unexpected test output', False) |