]> git.ipfire.org Git - thirdparty/u-boot.git/commit
test: Rename test_fit() to test_fit_base()
authorSimon Glass <sjg@chromium.org>
Mon, 13 Apr 2026 12:59:54 +0000 (06:59 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 22 Apr 2026 22:52:14 +0000 (16:52 -0600)
commit875ebafe448b4ad665f131fd19fea07970af0027
tree1458c1201f8993fb3c6ca1cc21ec5de34f7e2315
parent1cd07d900c59dc8df1a59cf5c2a2b3c87fb7fb8b
test: Rename test_fit() to test_fit_base()

The current name is uses as a root name by a few other tests, such as
test_fit_ecdsa() which makes it hard to run just this test.

Rename it to test_fit_base()

Signed-off-by: Simon Glass <sjg@chromium.org>
test/py/tests/test_fit.py