]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: capsule: Modify the capsule tests to use GUID values for sandbox
authorSughosh Ganu <sughosh.ganu@linaro.org>
Fri, 15 Apr 2022 05:59:38 +0000 (11:29 +0530)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 15 Apr 2022 08:43:18 +0000 (10:43 +0200)
commit2e9c3c6965badb5b36edff563889f502e3b614ed
tree08280fd1d30f5256709b651b84707cd53136f9d4
parenta9e6f01a941fab3697be5cc5042b5fe81cc3839e
test: capsule: Modify the capsule tests to use GUID values for sandbox

The current UEFI capsule updation code uses two GUID values, one for
FIT images, and one for raw images across platforms. This logic is
being changed to have GUID values per image, per platform. Change the
tests for the capsule update code to reflect this change. The GUID
values now used are the ones specific to the sandbox platform -- one
for the u-boot image, and another for the u-boot environment image.

Install the FMP instance for raw images on the sandbox variant for
testing the capsule update code. Install the FMP instance for the FIT
images on the sandbox64 and sandbox_flattree variant for testing
capsule update for FIT images. This is being done by splitting the
capsule update script for FIT and raw images.

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
configs/sandbox64_defconfig
configs/sandbox_defconfig
configs/sandbox_flattree_defconfig
test/py/tests/test_efi_capsule/conftest.py
test/py/tests/test_efi_capsule/test_capsule_firmware_fit.py [new file with mode: 0644]
test/py/tests/test_efi_capsule/test_capsule_firmware_raw.py [moved from test/py/tests/test_efi_capsule/test_capsule_firmware.py with 75% similarity]