]> git.dujemihanovic.xyz Git - u-boot.git/commit
test/py: net: Add dhcp abort test
authorLove Kumar <love.kumar@amd.com>
Tue, 30 Jan 2024 08:07:01 +0000 (13:37 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 1 Mar 2024 23:34:08 +0000 (18:34 -0500)
commit783ba859ad8f2b2511b27b9aa8cef7652402c6d4
tree33c5e11a77e0da9667a4823bd38206faaff56753
parent934dec0af0f74c0ff1f53885e6e97b114f66e77b
test/py: net: Add dhcp abort test

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 <love.kumar@amd.com>
test/py/tests/test_net.py