[PATCH 3/3] doc: pytest: Document the test_efi_loader test

Simon Glass sjg at chromium.org
Sat May 10 13:25:36 CEST 2025


On Thu, 8 May 2025 at 01:25, Tom Rini <trini at konsulko.com> wrote:
>
> Add this test to the documentation. We need to add a code-block
> annotation to the example and indent it correctly. We also need to
> document the do_test_efi_helloworld_net function and that in turn means
> changing the documentation to test_efi_helloworld_net_http and
> test_efi_helloworld_net_tftp to reflect what is and isn't done in those
> functions themselves now.
>
> Signed-off-by: Tom Rini <trini at konsulko.com>
> ---
> I honestly wasn't sure if this merits a fixes tag for commit
> d2056e2ed03f ("test/py: test_efi_loader: add HTTP (wget) test for the
> EFI loader") or not.
>
> Cc: Jerome Forissier <jerome.forissier at linaro.org>
> Cc: Heinrich Schuchardt <xypron.glpk at gmx.de>
> Cc: Simon Glass <sjg at chromium.org>
> ---
>  doc/develop/pytest/index.rst           |  1 +
>  doc/develop/pytest/test_efi_loader.rst |  8 +++
>  test/py/tests/test_efi_loader.py       | 87 ++++++++++++++------------
>  3 files changed, 55 insertions(+), 41 deletions(-)
>  create mode 100644 doc/develop/pytest/test_efi_loader.rst
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list