[PATCH] test: Fix the boardspec for the SPL handoff test
Simon Glass
sjg at chromium.org
Fri Dec 27 15:46:30 CET 2019
This test currently does not run because it specifies the sandbox board
instead of sandbox_spl. Fix it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
test/py/tests/test_handoff.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/py/tests/test_handoff.py b/test/py/tests/test_handoff.py
index 0ee972298c..038f03064a 100644
--- a/test/py/tests/test_handoff.py
+++ b/test/py/tests/test_handoff.py
@@ -6,7 +6,7 @@ import pytest
# Magic number to check that SPL handoff is working
TEST_HANDOFF_MAGIC = 0x14f93c7b
- at pytest.mark.boardspec('sandbox')
+ at pytest.mark.boardspec('sandbox_spl')
@pytest.mark.buildconfigspec('spl')
def test_handoff(u_boot_console):
"""Test that of-platdata can be generated and used in sandbox"""
--
2.24.1.735.g03f4e72817-goog
More information about the U-Boot
mailing list