Re: [UBOOT PATCH v2] test/py: net: Add a TFTP put test

2023-10-31 Thread Tom Rini
On Tue, Oct 31, 2023 at 06:22:29PM +0530, Love Kumar wrote: > Execute tftpput command for uploading files to a server and validate its > size & CRC32. > > Signed-off-by: Love Kumar > --- > Changes in v2: > - Add marking for cmd_tftpput config > --- > test/py/tests/test_net.py | 72

[UBOOT PATCH v2] test/py: net: Add a TFTP put test

2023-10-31 Thread Love Kumar
Execute tftpput command for uploading files to a server and validate its size & CRC32. Signed-off-by: Love Kumar --- Changes in v2: - Add marking for cmd_tftpput config --- test/py/tests/test_net.py | 72 +++ 1 file changed, 72 insertions(+) diff --git