test/py: Fix capsule update tests
Capsule updates tests have been skipped since commit659f97eb1f("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:659f97eb1f("scripts/Makefile.lib: EFI: Use capsule CRT instead of ESL file") Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
This commit is contained in:
committed by
Tom Rini
parent
fa2a2e20d0
commit
fc2686d2a8
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user