Skip to content

Commit

Permalink
UEFI test: fix windows SB test
Browse files Browse the repository at this point in the history
Don't remove the pool certs just after installing them, duh!

Signed-off-by: Samuel Verschelde <[email protected]>
  • Loading branch information
stormi committed Dec 18, 2023
1 parent 71dcf15 commit ae12e90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/uefi_sb/test_varstored_sb.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ def test_windows_succeeds(self, uefi_vm):
# We install them first in the pool with `secureboot-certs install`, which requires internet access
logging.info("Install MS certs on pool with secureboot-certs install")
vm.host.ssh(['secureboot-certs', 'install'])
vm.host.pool.clear_custom_uefi_certs()
# Now install the default pool certs in the VM
vm.set_uefi_user_mode()
boot_and_check_sb_succeeded(vm)
Expand Down

0 comments on commit ae12e90

Please sign in to comment.