diff --git a/tests/uefi_postinstall.pm b/tests/uefi_postinstall.pm index 9b458a3c..0ed19fad 100644 --- a/tests/uefi_postinstall.pm +++ b/tests/uefi_postinstall.pm @@ -13,6 +13,8 @@ sub run { console_loadkeys_us; # this test shows if the system is booted with efi assert_script_run '[ -d /sys/firmware/efi/ ]'; + # this test shows if the system is secure boot + script_run 'mokutil --sb-state'; } sub test_flags {