]> git.dujemihanovic.xyz Git - u-boot.git/commit
test/py/tests: Update some network dependencies
authorTom Rini <trini@konsulko.com>
Tue, 18 Jun 2024 20:23:43 +0000 (14:23 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 4 Jul 2024 15:26:30 +0000 (09:26 -0600)
commit98506897513718b7a47150b260eaa4638ce6c202
treedc8be513b2abff55f1368657e1b942d13f84420c
parente24053d8fb42c909b470e33f19ac71fd718133ce
test/py/tests: Update some network dependencies

On tests which require "tftpboot" we need to depend not on cmd_net but
rather cmd_tftpboot. And on tests which require cmd_pxe we do not need
to also depend on cmd_net as this should be handled already via Kconfig
logic.

Signed-off-by: Tom Rini <trini@konsulko.com>
test/py/tests/test_net.py
test/py/tests/test_net_boot.py