commit | 30a7c6184e90aa446753674694fc84871bcacc08 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Mon Nov 30 18:12:17 2020 +0900 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Dec 03 21:22:50 2020 +0100 |
tree | f505498fa6be69077c8280d7288dd3067592484a | |
parent | 0f626ce1bcbd138d113d30bdb7527d4566e5edff [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>