Dear Tom,
The following changes since commit 126a88d49bcae04bbfc0d6723097cd6341355ade:
Merge tag 'u-boot-watchdog-20250516' of
https://source.denx.de/u-boot/custodians/u-boot-watchdog (2025-05-16
11:05:27 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2025-07-rc3-2
for you to fetch changes up to 22abd882c3de2eb365d4c503246c9c7499d4c7f1:
test: allow testing with NET_LWIP=y (2025-05-18 09:16:55 +0200)
Gitlab CI showed no issues:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/26215
----------------------------------------------------------------
Pull request efi-2025-07-rc3-2
Documentation:
* Add test/py/requirements.txt to documentation
* Use globing for selecting pytest files
UEFI:
* Provide a function to disable ANSI output during tests
Other:
* test: allow multiple config options in buildconfigspec
* test: allow testing with NET_LWIP=y
----------------------------------------------------------------
Heinrich Schuchardt (2):
test: allow multiple config options in buildconfigspec
test: allow testing with NET_LWIP=y
Simon Glass (1):
efi_loader: Disable ANSI output for tests
Tom Rini (2):
CI, docs: Install test/py/requirements.txt as well
doc: pytest: Use globing for test files
.azure-pipelines.yml | 2 +-
.gitlab-ci.yml | 2 +-
.readthedocs.yml | 1 +
doc/develop/pytest/index.rst | 10 ++--------
doc/develop/pytest/usage.rst | 24 ++++++++++++++++++++++++
include/efi_loader.h | 21 ++++++++++++++++++++-
lib/efi_loader/efi_console.c | 26 +++++++++++++++++---------
test/py/conftest.py | 10 +++++++---
test/py/tests/test_efi_loader.py | 2 +-
test/py/tests/test_fpga.py | 4 ++--
test/py/tests/test_net.py | 2 +-
11 files changed, 77 insertions(+), 27 deletions(-)