From: Simon Glass Date: Sun, 17 Jul 2016 00:36:44 +0000 (-0600) Subject: test: Adjust the of-platdata test run condition X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=f60d0603edca472c4458b30956f38c6c1a836d66;p=u-boot.git test: Adjust the of-platdata test run condition This should be spl_of_platdata, since otherwise it will try to run on boards that don't support of-platdata. Signed-off-by: Simon Glass --- diff --git a/test/py/tests/test_ofplatdata.py b/test/py/tests/test_ofplatdata.py index c8b309e3d2..457c4055af 100644 --- a/test/py/tests/test_ofplatdata.py +++ b/test/py/tests/test_ofplatdata.py @@ -34,7 +34,7 @@ string stringarray "one" "" "" ''' -@pytest.mark.buildconfigspec('spl') +@pytest.mark.buildconfigspec('spl_of_platdata') def test_ofplatdata(u_boot_console): """Test that of-platdata can be generated and used in sandbox""" cons = u_boot_console