diff options
author | Simon Glass | 2016-07-16 18:36:44 -0600 |
---|---|---|
committer | Tom Rini | 2016-07-16 21:01:44 -0400 |
commit | f60d0603edca472c4458b30956f38c6c1a836d66 (patch) | |
tree | 2ed22a14388dfd3fbf4f590df2267672f373b383 /test/py/tests/test_ofplatdata.py | |
parent | 62a3b7dd086ef8ceba91e99cceb19704efc1b482 (diff) |
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 <sjg@chromium.org>
Diffstat (limited to 'test/py/tests/test_ofplatdata.py')
-rw-r--r-- | test/py/tests/test_ofplatdata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/tests/test_ofplatdata.py b/test/py/tests/test_ofplatdata.py index c8b309e3d22..457c4055af7 100644 --- a/test/py/tests/test_ofplatdata.py +++ b/test/py/tests/test_ofplatdata.py @@ -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 |