test/py: vboot: add a test to check fit signature on fit with padding
authorPhilippe Reynes <philippe.reynes@softathome.com>
Wed, 29 Apr 2020 13:26:16 +0000 (15:26 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 1 May 2020 15:34:01 +0000 (11:34 -0400)
commiteb7690e81f527ae36ecc05e567848606ccebde01
tree181b1854213ac33a1057e81f3a8f1f111b047f37
parentf4070e6f6c680034d67f13b878f0da55b3b51f92
test/py: vboot: add a test to check fit signature on fit with padding

The pytest vboot does all his tests on fit without padding.
We add the same tests on fit with padding.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
test/py/tests/test_vboot.py