commit | 5568cc3f8881fb256a43a693dd35bae087f71daa | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Jun 18 14:23:43 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 04 09:26:30 2024 -0600 |
tree | dc8be513b2abff55f1368657e1b942d13f84420c | |
parent | 6be7ffa441fad11606b94a9fb955959fd30fc1ab [diff] |
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>