]> Git Repo - u-boot.git/commitdiff
test: Adjust the of-platdata test run condition
authorSimon Glass <[email protected]>
Sun, 17 Jul 2016 00:36:44 +0000 (18:36 -0600)
committerTom Rini <[email protected]>
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 <[email protected]>
test/py/tests/test_ofplatdata.py

index c8b309e3d221a6ef7a95fd89346cf51844c15141..457c4055af783c22ebfc34354a597663486cb4f4 100644 (file)
@@ -34,7 +34,7 @@ string <NULL>
 stringarray "one" "" ""
 '''
 
[email protected]('spl_of_platdata')
 def test_ofplatdata(u_boot_console):
     """Test that of-platdata can be generated and used in sandbox"""
     cons = u_boot_console
This page took 0.034915 seconds and 4 git commands to generate.