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

2024-01-18 Thread Michal Simek
On 1/18/24 15:06, Tom Rini wrote: On Thu, Jan 18, 2024 at 09:56:58AM +0100, neil.armstr...@linaro.org wrote: Hi, On 21/11/2023 14:02, 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 --- C

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

2024-01-18 Thread Tom Rini
On Thu, Jan 18, 2024 at 09:56:58AM +0100, neil.armstr...@linaro.org wrote: > Hi, > > On 21/11/2023 14:02, 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 v

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

2024-01-18 Thread neil . armstrong
Hi, On 21/11/2023 14:02, 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 Changes in v3: - Skip the test if PHY device not present Cha

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

2024-01-17 Thread Tom Rini
On Tue, Nov 21, 2023 at 06:32:47PM +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 > Reviewed-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description

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

2023-11-21 Thread Tom Rini
On Tue, Nov 21, 2023 at 06:32:47PM +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 Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

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

2023-11-21 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 Changes in v3: - Skip the test if PHY device not present Changes in v4: - Setup the network configuration b