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>
This commit is contained in:

committed by
Heinrich Schuchardt

parent
58b2f0895b
commit
6c3c08c478
@@ -19,5 +19,6 @@ Individual tests
|
||||
|
||||
test_000_version
|
||||
test_bootstage
|
||||
test_efi_loader
|
||||
test_net
|
||||
test_net_boot
|
||||
|
8
doc/develop/pytest/test_efi_loader.rst
Normal file
8
doc/develop/pytest/test_efi_loader.rst
Normal file
@@ -0,0 +1,8 @@
|
||||
test_efi_loader
|
||||
===============
|
||||
|
||||
.. automodule:: test_efi_loader
|
||||
:synopsis:
|
||||
:member-order: bysource
|
||||
:members:
|
||||
:undoc-members:
|
Reference in New Issue
Block a user