[U-Boot] [PATCH] test: Adjust the of-platdata test run condition

Simon Glass sjg at chromium.org
Sun Jul 17 02:36:44 CEST 2016


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 at chromium.org>
---

 test/py/tests/test_ofplatdata.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/py/tests/test_ofplatdata.py b/test/py/tests/test_ofplatdata.py
index c8b309e..457c405 100644
--- a/test/py/tests/test_ofplatdata.py
+++ b/test/py/tests/test_ofplatdata.py
@@ -34,7 +34,7 @@ string <NULL>
 stringarray "one" "" ""
 '''
 
- at pytest.mark.buildconfigspec('spl')
+ at 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
-- 
2.8.0.rc3.226.g39d4020



More information about the U-Boot mailing list