]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Merge patch series "test: Refactor FIT test for clarity and extensibility" master
authorTom Rini <trini@konsulko.com>
Wed, 22 Apr 2026 22:52:40 +0000 (16:52 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 22 Apr 2026 22:52:40 +0000 (16:52 -0600)
Simon Glass <sjg@chromium.org> says:

This series reworks the FIT test (test_fit.py) to make it easier to
maintain and extend. It fixes the buildconfigspec so the test actually
runs on sandbox, avoids unnecessary U-Boot restarts, renames the main
test for easier selection, adds a missing-kernel check, fixes Python
warnings, converts the test to use a class, splits into separate test
functions, and adds Sphinx documentation.

Link: https://lore.kernel.org/r/20260413130007.1987326-1-sjg@chromium.org

Trivial merge