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

2023-11-09 Thread Michal Simek
st 8. 11. 2023 v 15:42 odesílatel Tom Rini napsal: > > On Tue, Oct 31, 2023 at 06:29:20PM +0530, 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 > > --- > > Changes in v2: > >

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

2023-11-08 Thread Tom Rini
On Tue, Oct 31, 2023 at 06:29:20PM +0530, 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 > --- > Changes in v2: > - Mark CMD_MII command dependency This doesn't work for me on a

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

2023-10-31 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 --- Changes in v2: - Mark CMD_MII command dependency --- test/py/tests/test_net.py | 45 +++ 1 file changed, 45 insertions(+)