From 5e587adf8a630383a207adfcc658c1fe6401977f Mon Sep 17 00:00:00 2001 From: mboelen Date: Thu, 28 Apr 2016 08:51:43 +0200 Subject: [PATCH] Change ntp_falseticker in report, added ntp_unreliable_peer --- include/tests_time | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/tests_time b/include/tests_time index 96d48aee..58d3c086 100644 --- a/include/tests_time +++ b/include/tests_time @@ -283,6 +283,7 @@ LogText "Result: Found one or more unreliable peers (marked with a minus or dash sign)" for I in ${FIND}; do LogText "Unreliable peer: ${I}" + Report "ntp_unreliable_peer[]=${I}" done ReportSuggestion ${TEST_NO} "Check ntpq peers output for unreliable ntp peers and correct/replace them" fi @@ -351,7 +352,7 @@ for I in ${FIND}; do I=`echo ${I} | sed 's/x//g'` LogText "Falseticker found: ${I}" - Report "ntp_falseticker=${I}" + Report "ntp_falseticker[]=${I}" done ReportSuggestion ${TEST_NO} "Check ntpq peers output for falsetickers" fi