Re: [PATCH v2 01/10] binman: Skip elf tests if python elftools is not available

2022-08-10 Thread Simon Glass
Hi Stefan, On Tue, 9 Aug 2022 at 13:51, Simon Glass wrote: > > On Mon, 8 Aug 2022 at 04:51, Stefan Herbrechtsmeier > wrote: > > > > From: Stefan Herbrechtsmeier > > > > Skip tests which requires python elftools if the tool is not available. > > > > Signed-off-by: Stefan Herbrechtsmeier > > >

Re: [PATCH v2 01/10] binman: Skip elf tests if python elftools is not available

2022-08-09 Thread Simon Glass
On Mon, 8 Aug 2022 at 04:51, Stefan Herbrechtsmeier wrote: > > From: Stefan Herbrechtsmeier > > Skip tests which requires python elftools if the tool is not available. > > Signed-off-by: Stefan Herbrechtsmeier > > --- > > Changes in v2: > - Added > > tools/binman/elf_test.py | 14

[PATCH v2 01/10] binman: Skip elf tests if python elftools is not available

2022-08-08 Thread Stefan Herbrechtsmeier
From: Stefan Herbrechtsmeier Skip tests which requires python elftools if the tool is not available. Signed-off-by: Stefan Herbrechtsmeier --- Changes in v2: - Added tools/binman/elf_test.py | 14 ++ tools/binman/ftest.py| 18 ++ 2 files changed, 32