Re: [PATCH] test/py: net: Add a test for 'pxe get' command

2023-10-13 Thread Michal Simek
On 10/3/23 15:12, Love Kumar wrote: Execute the 'pxe get' command to download a pxe configuration file from the TFTP server and validate its interpretation. Signed-off-by: Love Kumar --- test/py/tests/test_net.py | 66 +++ 1 file changed, 66 insertions(

Re: [PATCH] test/py: net: Add a test for 'pxe get' command

2023-10-10 Thread Michal Simek
On 10/6/23 22:27, Ramon Fried wrote: On Tue, Oct 3, 2023 at 4:12 PM Love Kumar wrote: Execute the 'pxe get' command to download a pxe configuration file from the TFTP server and validate its interpretation. Signed-off-by: Love Kumar --- test/py/tests/test_net.py | 66 +++

Re: [PATCH] test/py: net: Add a test for 'pxe get' command

2023-10-06 Thread Ramon Fried
On Tue, Oct 3, 2023 at 4:12 PM Love Kumar wrote: > > Execute the 'pxe get' command to download a pxe configuration file from > the TFTP server and validate its interpretation. > > Signed-off-by: Love Kumar > --- > test/py/tests/test_net.py | 66 +++ > 1 file c

[PATCH] test/py: net: Add a test for 'pxe get' command

2023-10-03 Thread Love Kumar
Execute the 'pxe get' command to download a pxe configuration file from the TFTP server and validate its interpretation. Signed-off-by: Love Kumar --- test/py/tests/test_net.py | 66 +++ 1 file changed, 66 insertions(+) diff --git a/test/py/tests/test_net.py