]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
test: Re-enable test_ofplatdata
authorSimon Glass <sjg@chromium.org>
Mon, 8 Mar 2021 00:34:41 +0000 (17:34 -0700)
committerTom 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

index 92d09b7aa1981d79a69f512264168c69b6121411..e9cce4daf48faf54454c5be53a75c6e55eb4d8bb 100644 (file)
@@ -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"""