mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-07 19:15:06 -05:00
test: check also minimum outgoing packet interval
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user