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