test: test_net_boot: Add more comments
authorTom Rini <trini@konsulko.com>
Wed, 7 May 2025 22:08:20 +0000 (16:08 -0600)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 11 May 2025 10:52:56 +0000 (12:52 +0200)
commit9e5624858476dd6c570acb25a6d15b3f8738f076
treed1492442234705ab5b329a8b6dbed7d9f033e63c
parent8f8f0f0ed9d0f9d4ac385da735cef1eedd891499
test: test_net_boot: Add more comments

Some of the functions were missing pydoc comments. Add them so they will
be included in the documentation.

Reported-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/py/tests/test_net_boot.py