Re: [PATCH 1/2] test/py: vboot: add a test to check fit signature on fit with padding

2020-03-27 Thread Simon Glass
On Fri, 27 Mar 2020 at 08:55, Philippe Reynes wrote: > > The pytest vboot does all his tests on fit without padding. > We add the same tests on fit with padding. > > Signed-off-by: Philippe Reynes > --- > test/py/tests/test_vboot.py | 42 -- > 1 file chang

[PATCH 1/2] test/py: vboot: add a test to check fit signature on fit with padding

2020-03-27 Thread Philippe Reynes
The pytest vboot does all his tests on fit without padding. We add the same tests on fit with padding. Signed-off-by: Philippe Reynes --- test/py/tests/test_vboot.py | 42 -- 1 file changed, 28 insertions(+), 14 deletions(-) diff --git a/test/py/tests/tes