[Concept,0/2] test: py: Convert more tests to use run_ut() helper

Message ID 20251229214319.237565-1-sjg@u-boot.org
Headers
Series test: py: Convert more tests to use run_ut() helper |

Message

Simon Glass Dec. 29, 2025, 9:43 p.m. UTC
  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(-)