doc: pytest: Document the test_net_boot test
authorTom Rini <trini@konsulko.com>
Wed, 7 May 2025 22:08:19 +0000 (16:08 -0600)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 11 May 2025 10:52:56 +0000 (12:52 +0200)
commit8f8f0f0ed9d0f9d4ac385da735cef1eedd891499
tree6e2ec863815b49736316943e36df85fea639e207
parenta865d1d25410af97376fd3c822bac560b99fd84b
doc: pytest: Document the test_net_boot test

Add the test_net_boot.py test to the generated documentation. While most
of this was already commented correctly for inclusion the biggest
problem was examples of code without a code-block notation. This in turn
broke parsing. Add the missing notations. We also must have the comment
prior to any import lines or it will not be seen as a comment on the
overall file and thus not included.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
doc/develop/pytest/index.rst
doc/develop/pytest/test_net_boot.rst [new file with mode: 0644]
test/py/tests/test_net_boot.py