]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
test/py: Fix capsule update tests
authorIlias Apalodimas <ilias.apalodimas@linaro.org>
Thu, 7 Aug 2025 08:08:17 +0000 (11:08 +0300)
committerTom Rini <trini@konsulko.com>
Mon, 18 Aug 2025 22:42:04 +0000 (16:42 -0600)
Capsule updates tests have been skipped since
commit 659f97eb1fc3 ("scripts/Makefile.lib: EFI: Use capsule CRT instead of ESL file")

Remove that check since it's not needed anymore and re-enable the tests.

Fixes: 659f97eb1fc3 ("scripts/Makefile.lib: EFI: Use capsule CRT instead of ESL file")
Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
test/py/tests/test_efi_capsule/conftest.py

index 45c06c42fd2edd0fbafafb052419c3c4e3b4d243..ad0cda59ebf401d93bf535e4bfe66cd97646a449 100644 (file)
@@ -44,8 +44,6 @@ def efi_capsule_data(request, ubman):
                        % (key_dir, data_dir), shell=True)
             check_call('cp %s/capsule_pub_key_good.crt %s/SIGNER.crt'
                        % (key_dir, data_dir), shell=True)
-            check_call('cp %s/capsule_pub_esl_good.esl %s/SIGNER.esl'
-                       % (key_dir, data_dir), shell=True)
 
             check_call('cp %s/capsule_priv_key_bad.key %s/SIGNER2.key'
                        % (key_dir, data_dir), shell=True)