]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
test: test_ofplatdata: Mark as sandbox specific
authorTom Rini <trini@konsulko.com>
Tue, 19 Jan 2021 19:40:10 +0000 (14:40 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 29 Jan 2021 15:34:34 +0000 (10:34 -0500)
This test checks for output specific to the sandbox device tree, mark it
as sandbox specific.

Signed-off-by: Tom Rini <trini@konsulko.com>
test/py/tests/test_ofplatdata.py

index d55338e37e6f2fb1440f8ee98069236118e642f7..92d09b7aa1981d79a69f512264168c69b6121411 100644 (file)
@@ -4,6 +4,7 @@
 import pytest
 import u_boot_utils as util
 
+@pytest.mark.boardspec('sandbox')
 @pytest.mark.buildconfigspec('spl_of_platdata')
 def test_spl_devicetree(u_boot_console):
     """Test content of spl device-tree"""