29 Dec
2025
29 Dec
'25
9:43 p.m.
From: Simon Glass <simon.glass@canonical.com> This series converts additional Python tests to use the run_ut() helper. This reduces duplication and makes the tests more concise and consistent. The ext4l tests are straightforward conversions, while test_vbe.py requires splitting the U-Boot command script to separate the ut command. Simon Glass (2): test: py: Use run_ut() helper for ext4l tests test: py: Use run_ut() helper for vbe_test_fixup test/py/tests/test_fs/test_ext4l.py | 40 ++++++++--------------------- test/py/tests/test_vbe.py | 5 ++-- 2 files changed, 12 insertions(+), 33 deletions(-) -- 2.43.0 base-commit: 2f3c92a4a90abb72019046fbb568af2e7c0f929c branch: tesh