Re: [PATCH v2 14/17] test/py: efi_secboot: split "signed image" test case-1 into two cases

2020-07-03 Thread Heinrich Schuchardt
On 09.06.20 07:09, AKASHI Takahiro wrote: > 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.

[PATCH v2 14/17] test/py: efi_secboot: split "signed image" test case-1 into two cases

2020-06-08 Thread AKASHI Takahiro
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 --- test/py/tes