On Thu, 8 May 2025 at 01:25, Tom Rini <tr...@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 <tr...@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.foriss...@linaro.org> > Cc: Heinrich Schuchardt <xypron.g...@gmx.de> > Cc: Simon Glass <s...@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 <s...@chromium.org>