binman: test: assert optional blobs don't cause non-functionality
authorYannic Moog <y.moog@phytec.de>
Fri, 13 Jun 2025 12:02:45 +0000 (14:02 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 26 Jun 2025 15:54:05 +0000 (09:54 -0600)
commit0dbb0a8d1f2aefb2a7fdd8e627edd955e4fe8d3a
treeeb767bca9ed5d460b5e4cde82ecb68fe33076a77
parente749d64b4622806072c56a839cf9a36a5081b575
binman: test: assert optional blobs don't cause non-functionality

When external blobs are marked optional, they should not cause a
build to fail. Extend the test cases for FitTeeOsOptional and
ExtblobOptional.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Yannic Moog <y.moog@phytec.de>
Reviewed-by: Bryan Brattlof <bb@ti.com>
tools/binman/ftest.py