mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-07 05:35:07 -05:00
test: check also minimum outgoing packet interval
This commit is contained in:
@@ -14,6 +14,7 @@ for time_offset in -1.0 -0.1 0.1 1.0; 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
|
||||
|
||||
@@ -24,6 +25,7 @@ for time_offset in -1e8 -1e2 1e2 1e8; 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user