test/py: Drop u_boot_ prefix on test files
authorSimon Glass <sjg@chromium.org>
Sun, 9 Feb 2025 16:07:15 +0000 (09:07 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 15 Mar 2025 11:02:04 +0000 (11:02 +0000)
commitd9ed4b75add4b4ccc37cf32b54cd9c77f48e3396
tree842b5b9b6ede8c5aa232cc6c60395618be6b6c21
parent752c3769874596d012cd8325099d2ae20123f989
test/py: Drop u_boot_ prefix on test files

We know this is U-Boot so the prefix serves no purpose other than to
make things longer and harder to read. Drop it and rename the files.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> # test_android / test_dfu
52 files changed:
doc/develop/py_testing.rst
doc/develop/tests_writing.rst
test/py/conftest.py
test/py/console_base.py [moved from test/py/u_boot_console_base.py with 99% similarity]
test/py/console_board.py [moved from test/py/u_boot_console_exec_attach.py with 95% similarity]
test/py/console_sandbox.py [moved from test/py/u_boot_console_sandbox.py with 93% similarity]
test/py/spawn.py [moved from test/py/u_boot_spawn.py with 100% similarity]
test/py/tests/test_android/test_ab.py
test/py/tests/test_android/test_abootimg.py
test/py/tests/test_android/test_avb.py
test/py/tests/test_dfu.py
test/py/tests/test_efi_fit.py
test/py/tests/test_efi_loader.py
test/py/tests/test_env.py
test/py/tests/test_event_dump.py
test/py/tests/test_extension.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_fpga.py
test/py/tests/test_fs/conftest.py
test/py/tests/test_gpio.py
test/py/tests/test_gpt.py
test/py/tests/test_kconfig.py
test/py/tests/test_md.py
test/py/tests/test_mmc.py
test/py/tests/test_mmc_rd.py
test/py/tests/test_mmc_wr.py
test/py/tests/test_net.py
test/py/tests/test_net_boot.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_pinmux.py
test/py/tests/test_pstore.py
test/py/tests/test_sandbox_opts.py
test/py/tests/test_scp03.py
test/py/tests/test_sf.py
test/py/tests/test_source.py
test/py/tests/test_spi.py
test/py/tests/test_tpm2.py
test/py/tests/test_trace.py
test/py/tests/test_ums.py
test/py/tests/test_upl.py
test/py/tests/test_usb.py
test/py/tests/test_ut.py
test/py/tests/test_vbe_vpl.py
test/py/tests/test_vboot.py
test/py/tests/test_zynq_secure.py
test/py/tests/test_zynqmp_secure.py
test/py/utils.py [moved from test/py/u_boot_utils.py with 100% similarity]