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 @@ for freq_offset in -5e-2 -5e-4 -5e-6 5e-6 5e-4 5e-2; do
awk "BEGIN {printf \"%.9e 1\", 1e6 - 1 / (1 + $freq_offset) * 1e6}" > tmp/drift
run_test || test_fail
check_chronyd_exit || test_fail
check_packet_interval || test_fail
check_sync || test_fail
done