[PATCH v2 6/6] test: Make net tests depend on CONFIG_CMD_NET
Simon Glass
sjg at chromium.org
Sun Feb 9 17:07:19 CET 2025
This fails on samus_tpl as there is no 'net' command.
=> net list
Unknown command 'net' - try 'help' !
Fix it by adding a condition for the test.
Add a blank line to keep pylint happy.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
See here:
http://sjg.u-boot.org/u-boot/u-boot/-/jobs/19821
(no changes since v1)
test/py/tests/test_net.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/test/py/tests/test_net.py b/test/py/tests/test_net.py
index 9f4ee0c9ed4..4732e4b57f8 100644
--- a/test/py/tests/test_net.py
+++ b/test/py/tests/test_net.py
@@ -91,6 +91,8 @@ env__router_on_net = True
net_set_up = False
net6_set_up = False
+
+ at pytest.mark.buildconfigspec('cmd_net')
def test_net_pre_commands(ubman):
"""Execute any commands required to enable network hardware.
--
2.43.0
More information about the U-Boot
mailing list