bstinson / centos / t_functional

Forked from centos/t_functional 3 years ago
Clone

Blame tests/p_kernel/kernel_centos_keyring.sh

Athmane Madjoudj b84468
#!/bin/sh
Athmane Madjoudj b84468
# Author: Athmane Madjoudj <athmanem@gmail.com>
Athmane Madjoudj b84468
Athmane Madjoudj b84468
t_Log "Running $0 -  check CentOS' Kernel Module GPG key."
Athmane Madjoudj b84468
Athmane Madjoudj b84468
grep 'User ID: CentOS (Kernel Module GPG key)' /var/log/dmesg > /dev/null 2>&1
Athmane Madjoudj b84468
Athmane Madjoudj b84468
t_CheckExitStatus $?