[PATCH RFC v2 7/8] tools: binman: ftest: fix tests that require non-faked ext blobs

Simon Glass sjg at chromium.org
Fri May 30 13:18:36 CEST 2025


Hi Yannic,

On Tue, 27 May 2025 at 14:24, Yannic Moog <y.moog at phytec.de> wrote:
>
> By default, external blobs are faked. Some tests care only about more
> basic functionality. In those cases no external blobs should be faked.
> That would trigger a different (binman) case which is not in scope for
> those particular tests.
> Thus, disable faked blobs for those test cases.

I still don't really understand why the default for tests needs to be
to fake the blobs, i.e. the default for allow_fake_blobs becomes True
instead of False in tests. For most tests, there is no external blob
anyway,

But let's try it for now.

Can you push these changes into the other commits so that the series
is bisectable with 'binman test' ?

>
> Signed-off-by: Yannic Moog <y.moog at phytec.de>
> ---
>  tools/binman/ftest.py | 18 +++++++++++-------
>  1 file changed, 11 insertions(+), 7 deletions(-)
>

Regards,
Simon


More information about the U-Boot mailing list