]> git.baikalelectronics.ru Git - uboot.git/commit
test/py: efi_capsule: repair image authentication test
authorVincent Stehlé <vincent.stehle@arm.com>
Tue, 31 May 2022 07:55:33 +0000 (09:55 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 4 Jun 2022 06:43:55 +0000 (08:43 +0200)
commitd9cf63996f339e4c47daf5fa8017374617641e36
treecb5f0769340d1fa2c36244d62d51ac0978d6ad36
parent2816048a2519efe6aec2a247e93db0fb024fe6ec
test/py: efi_capsule: repair image authentication test

Repair the python tests for authenticated EFI capsules, which can be run
with sandbox_defconfig plus CONFIG_EFI_CAPSULE_AUTHENTICATE=y.

- Account for the reset changes done by commit 55280559e622 ("efi_loader:
  test/py: Reset system after capsule update on disk").
- Fix the capsule GUID typo introduced by commit adde31b63978 ("test:
  capsule: Modify the capsule tests to use GUID values for sandbox").

Signed-off-by: Vincent Stehlé <vincent.stehle@arm.com>
Cc: Heinrich Schuchardt <xypron.glpk@gmx.de>
test/py/tests/test_efi_capsule/conftest.py
test/py/tests/test_efi_capsule/test_capsule_firmware_signed.py