summaryrefslogtreecommitdiff
path: root/doc/develop/pytest/index.rst
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-05-07 17:23:02 -0600
committerHeinrich Schuchardt <[email protected]>2025-05-11 12:52:56 +0200
commit6c3c08c4789b482e810dc4b60bfee914b063b232 (patch)
tree32e1a3d3650c53c5cfae49637495eec893706293 /doc/develop/pytest/index.rst
parent58b2f0895bcbe24aad86c14813911f04b35cc5fb (diff)
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 <[email protected]> Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'doc/develop/pytest/index.rst')
-rw-r--r--doc/develop/pytest/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/develop/pytest/index.rst b/doc/develop/pytest/index.rst
index 5bcda1f0952..3265eb97c7e 100644
--- a/doc/develop/pytest/index.rst
+++ b/doc/develop/pytest/index.rst
@@ -19,5 +19,6 @@ Individual tests
test_000_version
test_bootstage
+ test_efi_loader
test_net
test_net_boot