Hi Yannic, On Tue, 27 May 2025 at 14:24, Yannic Moog <y.m...@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.m...@phytec.de> > --- > tools/binman/ftest.py | 18 +++++++++++------- > 1 file changed, 11 insertions(+), 7 deletions(-) > Regards, Simon