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

@@ -16,6 +16,7 @@ max_sync_time=35
for time_offset in -2.0 -0.2 0.2 2.0; do
run_test || test_fail
check_chronyd_exit || test_fail
check_packet_interval || test_fail
check_sync || test_fail
done
@@ -24,6 +25,7 @@ max_sync_time=5
for time_offset in -1e8 -1e2 1e2 1e8; do
run_test || test_fail
check_packet_interval || test_fail
check_sync || test_fail
done