]> git.ipfire.org Git - thirdparty/u-boot.git/commit
Merge patch series "test: Refactor FIT test for clarity and extensibility" 935/head
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)
commitbfe90a308a94caa9d855440683521ff04122ae2a
tree515a374c551c69a6b76b5a1bc189d4571fdf3eef
parente973fa5115e40f93bb1425db5b1cc1f3d9b8047d
parent65c036eeecb9c2c2f991ee10dfd31c7bb24c9ff5
Merge patch series "test: Refactor FIT test for clarity and extensibility"

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