Blame tests/p_ntp/ntp_centos_servers.sh
|
Athmane Madjoudj |
db5c9b |
#!/bin/sh
|
|
Athmane Madjoudj |
db5c9b |
# Author: Athmane Madjoudj <athmanem@gmail.com>
|
|
Athmane Madjoudj |
db5c9b |
|
|
Athmane Madjoudj |
db5c9b |
t_Log "Running $0 - NTP is using CentOS server pool test."
|
|
Athmane Madjoudj |
db5c9b |
|
|
Athmane Madjoudj |
db5c9b |
grep ".centos.pool.ntp.org" /etc/ntp.conf > /dev/null 2>&1
|
|
Athmane Madjoudj |
db5c9b |
|
|
Athmane Madjoudj |
db5c9b |
t_CheckExitStatus $?
|