commit | eda9f161a65c0a222cf050600ad28aef5f237f5a | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Thu Oct 29 13:47:57 2020 +0900 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 29 08:16:12 2020 -0400 |
tree | 3794664395b3c25ca0230c33f46e58f10ff3a198 | |
parent | 81798c7c761dbfd02dd17ce76b85a21402f615ef [diff] |
test/py: efi_capsule: test for raw image capsule The test can run on sandbox build and it attempts to execute a firmware update via a capsule-on-disk, using a raw image capsule, CONFIG_EFI_CAPSULE_RAW. 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>