On Thu, 19 Feb 2026 at 06:27, Philippe Reynes <[email protected]> wrote: > > The vboot tests only consider rsa algo for signature. > To prepare the integration of ecdsa test, the signature > algo is now explicit. > > Signed-off-by: Philippe Reynes <[email protected]> > --- > v2: > - initial version > > test/py/tests/test_fit_ecdsa.py | 2 +- > test/py/tests/test_vboot.py | 99 ++++++++++--------- > ....its => sign-configs-sha1-rsa2048-pss.its} | 0 > ...sha1.its => sign-configs-sha1-rsa2048.its} | 0 > ... sign-configs-sha256-rsa2048-pss-prod.its} | 0 > ...ts => sign-configs-sha256-rsa2048-pss.its} | 0 > ...56.its => sign-configs-sha256-rsa2048.its} | 0 > ...84.its => sign-configs-sha384-rsa3072.its} | 0 > ...s.its => sign-images-sha1-rsa2048-pss.its} | 0 > ...-sha1.its => sign-images-sha1-rsa2048.its} | 0 > ...its => sign-images-sha256-rsa2048-pss.its} | 0 > ...256.its => sign-images-sha256-rsa2048.its} | 0 > ...384.its => sign-images-sha384-rsa3072.its} | 0 > 13 files changed, 51 insertions(+), 50 deletions(-) > rename test/py/tests/vboot/{sign-configs-sha1-pss.its => > sign-configs-sha1-rsa2048-pss.its} (100%) > rename test/py/tests/vboot/{sign-configs-sha1.its => > sign-configs-sha1-rsa2048.its} (100%) > rename test/py/tests/vboot/{sign-configs-sha256-pss-prod.its => > sign-configs-sha256-rsa2048-pss-prod.its} (100%) > rename test/py/tests/vboot/{sign-configs-sha256-pss.its => > sign-configs-sha256-rsa2048-pss.its} (100%) > rename test/py/tests/vboot/{sign-configs-sha256.its => > sign-configs-sha256-rsa2048.its} (100%) > rename test/py/tests/vboot/{sign-configs-sha384.its => > sign-configs-sha384-rsa3072.its} (100%) > rename test/py/tests/vboot/{sign-images-sha1-pss.its => > sign-images-sha1-rsa2048-pss.its} (100%) > rename test/py/tests/vboot/{sign-images-sha1.its => > sign-images-sha1-rsa2048.its} (100%) > rename test/py/tests/vboot/{sign-images-sha256-pss.its => > sign-images-sha256-rsa2048-pss.its} (100%) > rename test/py/tests/vboot/{sign-images-sha256.its => > sign-images-sha256-rsa2048.its} (100%) > rename test/py/tests/vboot/{sign-images-sha384.its => > sign-images-sha384-rsa3072.its} (100%) >
Reviewed-by: Simon Glass <[email protected]>

