aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-01-11 11:25:07 -0500
committerTom Rini <trini@konsulko.com>2024-01-11 11:25:07 -0500
commit2ee7a8ec6f1711abe9619fd8765edc16742be9de (patch)
treee367c8c4048f50cdc61b8af8a7b70deff4302607 /test
parentd3dba8a28bb7f57a4558c944f9c329c467144633 (diff)
parentd914487f8ffbb466086b3d6259e4b05f73147cf6 (diff)
Merge patch series "net fixes prior lwip"
Maxim Uvarov <maxim.uvarov@linaro.org> says: Add small net fixes prior lwip patches.
Diffstat (limited to 'test')
-rw-r--r--test/py/tests/test_net.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/py/tests/test_net.py b/test/py/tests/test_net.py
index 2495608786..4ff3dafd62 100644
--- a/test/py/tests/test_net.py
+++ b/test/py/tests/test_net.py
@@ -99,6 +99,8 @@ def test_net_pre_commands(u_boot_console):
if init_pci:
u_boot_console.run_command('pci enum')
+ u_boot_console.run_command('net list')
+
@pytest.mark.buildconfigspec('cmd_dhcp')
def test_net_dhcp(u_boot_console):
"""Test the dhcp command.