summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlias Apalodimas <[email protected]>2025-08-07 11:08:17 +0300
committerTom Rini <[email protected]>2025-08-18 16:42:04 -0600
commitfc2686d2a87391dd1b165e44ffd525b61c93e521 (patch)
tree6b25945fe3b74506f908a532c4b3a58d6f34f3ce
parentfa2a2e20d0b4d7af92ee118d66f3245055cc9ba3 (diff)
test/py: Fix capsule update tests
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 <[email protected]>
-rw-r--r--test/py/tests/test_efi_capsule/conftest.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/py/tests/test_efi_capsule/conftest.py b/test/py/tests/test_efi_capsule/conftest.py
index 45c06c42fd2..ad0cda59ebf 100644
--- a/test/py/tests/test_efi_capsule/conftest.py
+++ b/test/py/tests/test_efi_capsule/conftest.py
@@ -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)