commit | ff8edfc2eb4392203fe3705d39e44a2701b3ded5 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed May 07 17:23:00 2025 -0600 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun May 11 12:52:56 2025 +0200 |
tree | 718271fa4b93c136ba09af2a7134caf86040d319 | |
parent | 30763b45dfe7c8a03a7a05632659c91ca60cc0f4 [diff] |
doc: pytest: Document the test_net test Add this test to the documentation. While the diff appears large at first, the only changes within the test are to move the imports to follow the pydoc comment and then to code-block and indent the example configuration. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>