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

2023-11-29 Thread Tom Rini
On Wed, Nov 08, 2023 at 12:40:31PM +0530, Love Kumar wrote: > Execute tftpput command for uploading files to a server and validate its > size & CRC32. > > Signed-off-by: Love Kumar > Reviewed-by: Tom Rini Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

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

2023-11-08 Thread Tom Rini
On Wed, Nov 08, 2023 at 12:40:31PM +0530, Love Kumar wrote: > Execute tftpput command for uploading files to a server and validate its > size & CRC32. > > Signed-off-by: Love Kumar Thanks for reworking this. After changing tftp server so I could upload files, this is working as I was hoping it

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

2023-11-07 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 Chnages in v3: - Add filename to upload as part of env file --- test/py/tests/test_net.py | 71