]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
test/py: Add dependency on phylib for mdio command
authorMichal Simek <michal.simek@xilinx.com>
Fri, 2 Sep 2016 10:40:26 +0000 (12:40 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 26 Oct 2016 07:13:57 +0000 (09:13 +0200)
Discover on zcu100 where phylib is not enabled.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
test/py/tests/test_mdio.py

index 1da3a7b587186fba0c9f78d5cc17edc7dc2852d5..315416295100551169c3675a8cbf7b7a2e8b1443 100644 (file)
@@ -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")