]> git.dujemihanovic.xyz Git - u-boot.git/commit
test/py: efi_secboot: split "signed image" test case-1 into two cases
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Wed, 8 Jul 2020 05:02:00 +0000 (14:02 +0900)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 11 Jul 2020 21:14:16 +0000 (23:14 +0200)
commit48ead6097bb614698a53c898243c456e8d6737a3
tree4ff3ccbc9e98255a69c2f2d28472cd0dd5d0e86c
parentd863b307e8079867575335f584db0949467cc220
test/py: efi_secboot: split "signed image" test case-1 into two cases

Split the existing test case-1 into case1 and a new case-2:
case-1 for non-SecureBoot mode; case-2 for SecureBoot mode.

In addition, one corner case is added to case-2; a image is signed
but a corresponding certificate is not yet installed in "db."

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
test/py/tests/test_efi_secboot/test_signed.py