test: Adjust the of-platdata test run condition
authorSimon Glass <sjg@chromium.org>
Sun, 17 Jul 2016 00:36:44 +0000 (18:36 -0600)
committerTom Rini <trini@konsulko.com>
Sun, 17 Jul 2016 01:01:44 +0000 (21:01 -0400)
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 <sjg@chromium.org>
test/py/tests/test_ofplatdata.py

index c8b309e3d221a6ef7a95fd89346cf51844c15141..457c4055af783c22ebfc34354a597663486cb4f4 100644 (file)
@@ -34,7 +34,7 @@ string <NULL>
 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