Skip to content
Commit 4ea1e216 authored by Jerome Forissier's avatar Jerome Forissier Committed by Tom Rini
Browse files

test/py: net: add _lwip variants of dhcp, ping and tftpboot tests



WHen NET_LWIP is enabled, the dhcp/ping/tftpboot commands are enabled
via CMD_DHCP_LWIP, CMD_PING_LWIP and CMD_TFTPBOOT_LWIP, respectively;
therefore the config annotations in the Python test scripts need to be
cmd_dhcp_lwip, cmd_ping_lwip and cmd_tftpboot_lwip.

The console output of the tftpboot command with lwIP is slightly
different from the non-lwIP implementation. This is taken care of in
test_net_tftpboot().

Signed-off-by: default avatarJerome Forissier <jerome.forissier@linaro.org>
parent b3f69d7f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment