Re: [U-Boot] [PATCH 15/16] efi_loader, pytest: add UEFI secure boot tests (authenticated variables)

2019-11-19 Thread AKASHI Takahiro
Heinrich, On Mon, Nov 18, 2019 at 02:58:26PM +0900, AKASHI Takahiro wrote: > On Sat, Nov 16, 2019 at 09:28:56PM +0100, Heinrich Schuchardt wrote: > > On 11/13/19 1:53 AM, AKASHI Takahiro wrote: > > >Provide a couple of test cases for variable authentication. > > > > Please, tell us more in the

Re: [U-Boot] [PATCH 15/16] efi_loader, pytest: add UEFI secure boot tests (authenticated variables)

2019-11-17 Thread AKASHI Takahiro
On Sat, Nov 16, 2019 at 09:28:56PM +0100, Heinrich Schuchardt wrote: > On 11/13/19 1:53 AM, AKASHI Takahiro wrote: > >Provide a couple of test cases for variable authentication. > > Please, tell us more in the commit message. About what? I have lots of 'text case' descriptions in *.py files. >

Re: [U-Boot] [PATCH 15/16] efi_loader, pytest: add UEFI secure boot tests (authenticated variables)

2019-11-16 Thread Heinrich Schuchardt
On 11/13/19 1:53 AM, AKASHI Takahiro wrote: Provide a couple of test cases for variable authentication. Please, tell us more in the commit message. Signed-off-by: AKASHI Takahiro --- .../py/tests/test_efi_secboot/test_authvar.py | 289 ++ 1 file changed, 289

[U-Boot] [PATCH 15/16] efi_loader, pytest: add UEFI secure boot tests (authenticated variables)

2019-11-12 Thread AKASHI Takahiro
Provide a couple of test cases for variable authentication. Signed-off-by: AKASHI Takahiro --- .../py/tests/test_efi_secboot/test_authvar.py | 289 ++ 1 file changed, 289 insertions(+) create mode 100644 test/py/tests/test_efi_secboot/test_authvar.py diff --git