]> git.baikalelectronics.ru Git - uboot.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)
commitadde31b63978d1a2f76487cdb9ad494d04b5b0b0
tree08280fd1d30f5256709b651b84707cd53136f9d4
parentcd2d739cfedebcad4ae00d780c0abcacba7f8030
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.py [deleted file]
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 [new file with mode: 0644]