From 2d8b06678fd8cdf78f050bc272d262eb6e7259d8 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Sat, 18 Feb 2017 14:28:56 +0100 Subject: [PATCH] [TIME-3116] skip stratum 16 items for time pools --- include/tests_time | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tests_time b/include/tests_time index a80862d2..ee53deb2 100644 --- a/include/tests_time +++ b/include/tests_time @@ -249,7 +249,7 @@ if [ ${SKIPTEST} -eq 0 ]; then N=0 LogText "Test: Checking stratum 16 sources from ntpq peers list" - FIND=$(${NTPQBINARY} -p -n | ${AWKBINARY} '{ if ($3=="16") { print $1 }}') + FIND=$(${NTPQBINARY} -p -n | ${AWKBINARY} '{ if ($2!=".POOL." && $3=="16") { print $1 }}') if [ "${FIND}" = "" ]; then Display --indent 2 --text "- Checking high stratum ntp peers" --result "${STATUS_OK}" --color GREEN LogText "Result: All peers are lower than stratum 16"