test/py: Use the correct fixture name in exception handler
authorSimon Glass <sjg@chromium.org>
Thu, 29 May 2025 14:14:51 +0000 (08:14 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 12 Jun 2025 17:32:29 +0000 (11:32 -0600)
commitef82e45c2ef5278493576708d6aafd686ba77af9
tree52ada196defc1ab9c3390402718dd240986b5c62
parentc36ab3256c806dca14ab083d64905d243d2aa751
test/py: Use the correct fixture name in exception handler

If a BootFail exception is thrown in a test, it is not handled
correctly. Use the correct fixture variable 'ubman_fix' to resolve this.

Signed-off-by: Simon Glass <sjg@chromium.org>
Fixes: d9ed4b75add ("test/py: Drop u_boot_ prefix on test files")
Reviewed-by: Mattijs Korpershoek <mkorpershoek@kernel.org>
test/py/conftest.py