test: check also minimum outgoing packet interval

This commit is contained in:
Miroslav Lichvar
2014-06-03 15:02:47 +02:00
parent ead3ca14a0
commit 855eb09d58
8 changed files with 30 additions and 14 deletions

View File

@@ -12,6 +12,7 @@ for freq_offset in -5e-2 -5e-3 5e-3 5e-2; do
run_test || test_fail
check_chronyd_exit || test_fail
check_source_selection || test_fail
check_packet_interval || test_fail
check_sync || test_fail
done