test/py: Drop importing utils as util
authorSimon Glass <sjg@chromium.org>
Sun, 9 Feb 2025 16:07:16 +0000 (09:07 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 15 Mar 2025 11:02:04 +0000 (11:02 +0000)
commitdd693ecb60384049dd8c3f6a36331c1a70b6558f
tree6248a494ab3d0ba11f0834abb1cab9fba6db5456
parentd9ed4b75add4b4ccc37cf32b54cd9c77f48e3396
test/py: Drop importing utils as util

Now that we have a shorter name, we don't need this sort of thing.
Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> # test_android
18 files changed:
test/py/tests/fit_util.py
test/py/tests/test_android/test_avb.py
test/py/tests/test_efi_fit.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_fs/conftest.py
test/py/tests/test_kconfig.py
test/py/tests/test_of_migrate.py
test/py/tests/test_ofplatdata.py
test/py/tests/test_optee_rpmb.py
test/py/tests/test_sandbox_opts.py
test/py/tests/test_scp03.py
test/py/tests/test_source.py
test/py/tests/test_trace.py
test/py/tests/test_vboot.py