test/py: efi_secboot: adjust secure boot tests to code changes
authorIlias Apalodimas <ilias.apalodimas@linaro.org>
Fri, 11 Feb 2022 07:37:50 +0000 (09:37 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 11 Feb 2022 19:07:55 +0000 (20:07 +0100)
commit72b509b7019878e2a5f69bcf7198a0927a77ad60
tree6e0dcf49812dd046e80aeb89c2c6313b8fe8abfe
parent54cebe8a3ae8b56d784dbd0672cbd06102423eeb
test/py: efi_secboot: adjust secure boot tests to code changes

The previous patch is changing U-Boot's behavior wrt certificate based
binary authentication.  Specifically an image who's digest of a
certificate is found in dbx is now rejected.  Fix the test accordingly
and add another one testing signatures in reverse order

Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
test/py/tests/test_efi_secboot/test_signed.py