summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2026-04-13 06:59:52 -0600
committerTom Rini <[email protected]>2026-04-22 16:52:14 -0600
commit863446256b0b03a1729c697dc694014c74cbd0be (patch)
tree43f5e806e8e5010b5fca1b2547ca3e2552530a72 /test
parent1c1bfb1cf34bbb2a5717eb6995c55093279f9341 (diff)
test: fit: Drop the fit_signature buildconfigspec
The test_fit test requires buildconfigspec('fit_signature') but does not exercise signature verification. The ITS template includes a signature-1 node, but mkimage only needs TOOLS_FIT_SIGNATURE (a host tool option) to handle it, not CONFIG_FIT_SIGNATURE in the U-Boot binary. Since sandbox does not enable CONFIG_FIT_SIGNATURE, the test is silently skipped on every run. Change the marker to buildconfigspec('fit') which is all the test actually needs. Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'test')
-rwxr-xr-xtest/py/tests/test_fit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/tests/test_fit.py b/test/py/tests/test_fit.py
index 619f73153a0..71c98be27cf 100755
--- a/test/py/tests/test_fit.py
+++ b/test/py/tests/test_fit.py
@@ -116,7 +116,7 @@ host save hostfs 0 %(loadables2_addr)x %(loadables2_out)s %(loadables2_size)x
'''
@pytest.mark.boardspec('sandbox')
[email protected]('fit_signature')
@pytest.mark.requiredtool('dtc')
def test_fit(ubman):
def make_fname(leaf):