Skip to content

Commit

Permalink
UEFI tests: test_clear_custom_pool_certificates now passes, remove xfail
Browse files Browse the repository at this point in the history
Benjamin fixed it in XAPI.

Signed-off-by: Samuel Verschelde <[email protected]>
  • Loading branch information
stormi committed Dec 6, 2023
1 parent e01f3bb commit 1b1022f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/uefi_sb/test_varstored_cert_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ def test_set_pool_certificates_partial(self, host):
check_disk_cert_md5sum(h, key, pool_auths[key].auth)
assert not h.file_exists(f'{host.varstore_dir()}/{missing_key}.auth')

# FIXME
@pytest.mark.xfail(reason="certificate clear doesn't restore the symlink at the moment")
def test_clear_custom_pool_certificates(self, host):
keys = ['PK', 'KEK', 'db', 'dbx']
pool_auths = generate_keys(as_dict=True)
Expand Down

0 comments on commit 1b1022f

Please sign in to comment.