]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
test: extend 130-quit test
authorMiroslav Lichvar <mlichvar@redhat.com>
Mon, 5 Aug 2019 16:03:11 +0000 (18:03 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Tue, 6 Aug 2019 14:11:07 +0000 (16:11 +0200)
test/simulation/130-quit

index 01838859e708edc18a1d1cda374cb32fe21efdb4..f5f77666aa97cf8b15cce9df8e782c4d376eae10 100755 (executable)
@@ -16,6 +16,14 @@ check_chronyd_exit || test_fail
 check_packet_interval || test_fail
 check_sync || test_fail
 
+min_sync_time=1
+max_sync_time=1
+client_server_options="iburst maxsamples 1"
+
+run_test || test_fail
+check_chronyd_exit || test_fail
+check_sync || test_fail
+
 client_chronyd_options="-Q"
 run_test || test_fail
 check_sync && test_fail