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

2023-10-09 Thread Michal Simek
On 10/3/23 11:02, Love Kumar wrote: Execute tftpput command for uploading files to a server and validate its size & CRC32. Signed-off-by: Love Kumar --- test/py/tests/test_net.py | 69 +++ 1 file changed, 69 insertions(+) diff --git

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

2023-10-06 Thread Ramon Fried
On Tue, Oct 3, 2023 at 12:02 PM Love Kumar wrote: > > Execute tftpput command for uploading files to a server and validate its > size & CRC32. > > Signed-off-by: Love Kumar > --- > test/py/tests/test_net.py | 69 +++ > 1 file changed, 69 insertions(+) > >

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

2023-10-03 Thread Love Kumar
Execute tftpput command for uploading files to a server and validate its size & CRC32. Signed-off-by: Love Kumar --- test/py/tests/test_net.py | 69 +++ 1 file changed, 69 insertions(+) diff --git a/test/py/tests/test_net.py b/test/py/tests/test_net.py index