[PATCH 0/2] test: run tests on boards with LWIP_NET
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Sat May 3 15:31:53 CEST 2025
Some python tests require CONFIG_NET though they should run if either
of CONFIG_NET or CONFIG_NET_LWIP is available.
Change the pytest.mark.buildconfigspec to allow specifying multiple
alternative config options.
Update the tests that rely on CONFIG_NET=y.
Heinrich Schuchardt (2):
test: allow multiple config options in buildconfigspec
test: allow testing with NET_LWIP=y
doc/develop/py_testing.rst | 24 ++++++++++++++++++++++++
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 +-
5 files changed, 35 insertions(+), 7 deletions(-)
--
2.43.0
More information about the U-Boot
mailing list