commit | 0f626ce1bcbd138d113d30bdb7527d4566e5edff | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Mon Nov 30 18:12:16 2020 +0900 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Dec 03 21:22:50 2020 +0100 |
tree | e88327f5077d8f970fb15ec40ddff2f62cfb7563 | |
parent | 19122aa9fc9677e63287f1fc801c5730f92223a4 [diff] |
test/py: efi_capsule: test for FIT image capsule The test can run on sandbox build and it attempts to execute a firmware update via a capsule-on-disk, using a FIT image capsule, CONFIG_EFI_CAPSULE_FIT. To run this test successfully, you need configure U-Boot specifically; See test_capsule_firmware.py for requirements, and hence it won't run on Travis CI, at least, for now. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>