test: extend 130-quit test
This commit is contained in:
parent
28e3e4cdca
commit
5982d96b75
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue