On 2026-03-31T10:00:34, Philippe Reynes <[email protected]> wrote: > test: py: vboot: prepare integration test for ecdsa > > The vboot tests only consider rsa algo for signature. > To prepare the integration of ecdsa test, the signature > algo is now explicit. > > Reviewed-by: Simon Glass <[email protected]> > Signed-off-by: Philippe Reynes <[email protected]> > > test/py/tests/test_fit_ecdsa.py | 2 +- > test/py/tests/test_vboot.py | 99 > +++++++++++----------- > ...1-pss.its => sign-configs-sha1-rsa2048-pss.its} | 0 > ...figs-sha1.its => sign-configs-sha1-rsa2048.its} | 0 > ...ts => sign-configs-sha256-rsa2048-pss-prod.its} | 0 > ...pss.its => sign-configs-sha256-rsa2048-pss.its} | 0 > ...-sha256.its => sign-configs-sha256-rsa2048.its} | 0 > ...-sha384.its => sign-configs-sha384-rsa3072.its} | 0 > ...a1-pss.its => sign-images-sha1-rsa2048-pss.its} | 0 > ...mages-sha1.its => sign-images-sha1-rsa2048.its} | 0 > ...-pss.its => sign-images-sha256-rsa2048-pss.its} | 0 > ...s-sha256.its => sign-images-sha256-rsa2048.its} | 0 > ...s-sha384.its => sign-images-sha384-rsa3072.its} | 0 > 13 files changed, 51 insertions(+), 50 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

