test/py: Drop assigning ubman to cons
authorSimon Glass <sjg@chromium.org>
Sun, 9 Feb 2025 16:07:17 +0000 (09:07 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 15 Mar 2025 11:47:04 +0000 (11:47 +0000)
commitd08653d3699c1aafada3418c9f74b887bfb21a65
treeba6b67765d7364bfbefe029ee14273ee899e767a
parentdd693ecb60384049dd8c3f6a36331c1a70b6558f
test/py: Drop assigning ubman to cons

Now that we have a shorter name, we don't need this sort of thing. Just
use ubman instead.

Signed-off-by: Simon Glass <sjg@chromium.org>
27 files changed:
test/py/tests/test_android/test_abootimg.py
test/py/tests/test_efi_fit.py
test/py/tests/test_env.py
test/py/tests/test_event_dump.py
test/py/tests/test_fit.py
test/py/tests/test_fit_auto_signed.py
test/py/tests/test_fit_ecdsa.py
test/py/tests/test_fit_hashes.py
test/py/tests/test_handoff.py
test/py/tests/test_help.py
test/py/tests/test_kconfig.py
test/py/tests/test_log.py
test/py/tests/test_mmc.py
test/py/tests/test_of_migrate.py
test/py/tests/test_ofplatdata.py
test/py/tests/test_sandbox_opts.py
test/py/tests/test_source.py
test/py/tests/test_spl.py
test/py/tests/test_suite.py
test/py/tests/test_tpm2.py
test/py/tests/test_trace.py
test/py/tests/test_upl.py
test/py/tests/test_ut.py
test/py/tests/test_vbe.py
test/py/tests/test_vbe_vpl.py
test/py/tests/test_vboot.py
test/py/tests/test_vpl.py