doc: pytest: Document the test_efi_loader test
authorTom Rini <trini@konsulko.com>
Wed, 7 May 2025 23:23:02 +0000 (17:23 -0600)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 11 May 2025 10:52:56 +0000 (12:52 +0200)
commit6c3c08c4789b482e810dc4b60bfee914b063b232
tree32e1a3d3650c53c5cfae49637495eec893706293
parent58b2f0895bcbe24aad86c14813911f04b35cc5fb
doc: pytest: Document the test_efi_loader test

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@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
doc/develop/pytest/index.rst
doc/develop/pytest/test_efi_loader.rst [new file with mode: 0644]
test/py/tests/test_efi_loader.py