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

Reply via email to