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

2023-11-21 Thread Michal Simek
On 11/16/23 16:48, Tom Rini wrote: On Tue, Nov 14, 2023 at 02:09:01PM +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 Changes

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

2023-11-16 Thread Tom Rini
On Tue, Nov 14, 2023 at 02:09:01PM +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 > > Changes in v3: > - Skip the te

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

2023-11-14 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 --- test/py/tests/test_net.py | 47