projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62a3b7d
)
test: Adjust the of-platdata test run condition
author
Simon Glass
<sjg@chromium.org>
Sun, 17 Jul 2016 00:36:44 +0000
(18:36 -0600)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/test/py/tests/test_ofplatdata.py
b/test/py/tests/test_ofplatdata.py
index c8b309e3d221a6ef7a95fd89346cf51844c15141..457c4055af783c22ebfc34354a597663486cb4f4 100644
(file)
--- 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