From: Michal Simek Date: Fri, 2 Sep 2016 10:40:26 +0000 (+0200) Subject: test/py: Add dependency on phylib for mdio command X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8c81c0063b187befa006d942f8f180120ca41241;p=thirdparty%2Fu-boot.git test/py: Add dependency on phylib for mdio command Discover on zcu100 where phylib is not enabled. Signed-off-by: Michal Simek --- 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")