u-boot/doc/develop/pytest
Heinrich Schuchardt 2bac578c5a test: allow multiple config options in buildconfigspec
In some cases we have alternative configuration options that supply the
same functionality, e.g CONFIG_NET and CONFIG_NET_LWIP.

Allow to specify all of them as arguments for buildconfigspec() and execute
the text if any of these is fulfilled, e.g.

    @pytest.mark.buildconfigspec('net', 'net_lwip')

Update the documentation.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
2025-05-18 09:16:51 +02:00
..
index.rst doc: pytest: Use globing for test files 2025-05-18 08:51:51 +02:00
test_000_version.rst doc: pytest: Framework for documenting tests and document test_000_version 2025-05-11 12:52:56 +02:00
test_bind.rst doc: pytest: Document the test_bind test 2025-05-11 12:52:56 +02:00
test_bootmenu.rst doc: pytest: Document the test_bootmenu test 2025-05-11 12:52:57 +02:00
test_bootstage.rst doc: pytest: Document the test_bootstage test 2025-05-11 12:52:56 +02:00
test_button.rst doc: pytest: Document the test_button test 2025-05-11 12:52:57 +02:00
test_efi_loader.rst doc: pytest: Document the test_efi_loader test 2025-05-11 12:52:56 +02:00
test_net_boot.rst doc: pytest: Document the test_net_boot test 2025-05-11 12:52:56 +02:00
test_net.rst doc: pytest: Document the test_net test 2025-05-11 12:52:56 +02:00
usage.rst test: allow multiple config options in buildconfigspec 2025-05-18 09:16:51 +02:00