commit | eafde440d2185c5265bcbf43816cf76ef6a8c056 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Wed Feb 09 19:10:42 2022 +0900 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Feb 11 20:07:55 2022 +0100 |
tree | 5d566fdcb44d441efb0815d59120a1d588bdccd6 | |
parent | 20d91556a3e34a45567dde0c562a0460fa787f5e [diff] |
test/py: efi_capsule: check the results in case of CAPSULE_AUTHENTICATE Before the capsule authentication is supported, this test script works correctly, but with the feature enabled, most tests will fail due to unsigned capsules. So check the results depending on CAPSULE_AUTHENTICATE or not. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>