]> git.dujemihanovic.xyz Git - u-boot.git/commit
test/py: net: Add a TFTP put test
authorLove Kumar <love.kumar@amd.com>
Wed, 8 Nov 2023 07:10:31 +0000 (12:40 +0530)
committerTom Rini <trini@konsulko.com>
Wed, 29 Nov 2023 14:32:15 +0000 (09:32 -0500)
commit9f0588a1a9b3dc380141d65885dd5f0cee09b940
treee2e3aa56400666757caf0d8d69096850a60fd82c
parent339d96822efad9e6e445959224b48375124741d8
test/py: net: Add a TFTP put test

Execute tftpput command for uploading files to a server and validate its
size & CRC32.

Signed-off-by: Love Kumar <love.kumar@amd.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
test/py/tests/test_net.py