From 8c81c0063b187befa006d942f8f180120ca41241 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Fri, 2 Sep 2016 12:40:26 +0200 Subject: [PATCH] test/py: Add dependency on phylib for mdio command Discover on zcu100 where phylib is not enabled. Signed-off-by: Michal Simek --- test/py/tests/test_mdio.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/py/tests/test_mdio.py b/test/py/tests/test_mdio.py index 1da3a7b5871..31541629510 100644 --- a/test/py/tests/test_mdio.py +++ b/test/py/tests/test_mdio.py @@ -5,6 +5,7 @@ import pytest @pytest.mark.buildconfigspec("cmd_mii") +@pytest.mark.buildconfigspec("phylib") def test_mdio_list(u_boot_console): expected_response = "<-->" response = u_boot_console.run_command("mdio list") -- 2.47.3