git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bef1b28
)
test: Re-enable test_ofplatdata
author
Simon Glass
<sjg@chromium.org>
Mon, 8 Mar 2021 00:34:41 +0000
(17:34 -0700)
committer
Tom Rini
<trini@konsulko.com>
Fri, 12 Mar 2021 14:57:29 +0000
(09:57 -0500)
This was inadvertently disabled after a recent change. Re-enable it.
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
92d09b7
..
e9cce4d
100644
(file)
--- a/
test/py/tests/test_ofplatdata.py
+++ b/
test/py/tests/test_ofplatdata.py
@@
-4,7
+4,7
@@
import pytest
import u_boot_utils as util
-@pytest.mark.boardspec('sandbox')
+@pytest.mark.boardspec('sandbox
_spl
')
@pytest.mark.buildconfigspec('spl_of_platdata')
def test_spl_devicetree(u_boot_console):
"""Test content of spl device-tree"""