[PATCH] test/py: net: Add dhcp abort test

2023-10-03 Thread Love Kumar
Abort the dhcp request in the middle by pressing ctrl + c on u-boot prompt and validate the abort status. Signed-off-by: Love Kumar --- test/py/tests/test_net.py | 44 +++ 1 file changed, 44 insertions(+) diff --git a/test/py/tests/test_net.py b/test/py/tests

Re: [PATCH] test/py: net: Add dhcp abort test

2023-10-06 Thread Ramon Fried
On Tue, Oct 3, 2023 at 3:46 PM Love Kumar wrote: > > Abort the dhcp request in the middle by pressing ctrl + c on u-boot > prompt and validate the abort status. > > Signed-off-by: Love Kumar > --- > test/py/tests/test_net.py | 44 +++ > 1 file changed, 44 inse

Re: [PATCH] test/py: net: Add dhcp abort test

2023-10-09 Thread Michal Simek
On 10/3/23 14:46, Love Kumar wrote: Abort the dhcp request in the middle by pressing ctrl + c on u-boot prompt and validate the abort status. Signed-off-by: Love Kumar --- test/py/tests/test_net.py | 44 +++ 1 file changed, 44 insertions(+) diff --git