From 585e5e85745709cbe11947d573bcf31af8ca7299 Mon Sep 17 00:00:00 2001 From: Fabian Arrotin Date: Apr 07 2023 12:04:21 +0000 Subject: Reflected common secureboot cert for el7/el8s/el9s in test Signed-off-by: Fabian Arrotin --- diff --git a/tests/p_grub2/01_grub2_secureboot_signed.sh b/tests/p_grub2/01_grub2_secureboot_signed.sh index 2e205c6..0d30272 100755 --- a/tests/p_grub2/01_grub2_secureboot_signed.sh +++ b/tests/p_grub2/01_grub2_secureboot_signed.sh @@ -7,7 +7,7 @@ arch=$(uname -m) if [[ "$centos_ver" -ge 7 && "$arch" = "x86_64" ]] ; then t_InstallPackage pesign grub2-efi-x64 - pesign --show-signature --in /boot/efi/EFI/centos/grubx64.efi|egrep -q 'Red Hat Inc.|CentOS Secure Boot \(key 1\)' + pesign --show-signature --in /boot/efi/EFI/centos/grubx64.efi|egrep -q 'CentOS Secure Boot Signing 202' t_CheckExitStatus $? else t_Log "previous versions than CentOS 7 - or not x86_64 arch - aren't using secureboot ... skipping"