]> git.dujemihanovic.xyz Git - u-boot.git/commit
test/py: net: Add dhcp abort test
authorLove Kumar <love.kumar@amd.com>
Tue, 21 Nov 2023 13:02:47 +0000 (18:32 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 16 Jan 2024 17:00:05 +0000 (12:00 -0500)
commitd8364738623ff47dd2321dd68da310abb58fe861
tree29fa8c606df6aee2aed0551d7991d0ebf3e6d60e
parent043ca8c8a9b181cf6f17441e9b89b5ee33206309
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>
Reviewed-by: Tom Rini <trini@konsulko.com>
test/py/tests/test_net.py