efi_loader, pytest: add UEFI secure boot tests (image)
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Tue, 14 Apr 2020 02:51:51 +0000 (11:51 +0900)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 16 Apr 2020 06:12:47 +0000 (08:12 +0200)
commit7254ebed0f5edc1d9fa7f214dbbcaa6c950f4ac1
tree420a243af9ce41929dd225e2ea65aa707caff631
parenta9d5666d0ae63a76c7a020af3519c26198e35127
efi_loader, pytest: add UEFI secure boot tests (image)

Provide test cases for
 * image authentication for signed images
   (test_efi_secboot/test_signed.py)
 * image authentication for unsigned images
   (test_efi_secboot/test_unsigned.py)

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
test/py/tests/test_efi_secboot/test_signed.py [new file with mode: 0644]
test/py/tests/test_efi_secboot/test_unsigned.py [new file with mode: 0644]