test: extend 105-ntpauth
This commit is contained in:
parent
a26058d425
commit
eecec8fffa
1 changed files with 10 additions and 1 deletions
|
@ -27,7 +27,16 @@ server_conf=""
|
|||
|
||||
run_test || test_fail
|
||||
check_chronyd_exit || test_fail
|
||||
# This check must fail as server doesn't know the key
|
||||
# These checks must fail as the server doesn't know the key
|
||||
check_sync && test_fail
|
||||
check_packet_interval && test_fail
|
||||
|
||||
server_conf="keyfile tmp/keys"
|
||||
client_conf=""
|
||||
|
||||
run_test || test_fail
|
||||
check_chronyd_exit || test_fail
|
||||
# These checks must fail as the client doesn't know the key
|
||||
check_sync && test_fail
|
||||
check_packet_interval && test_fail
|
||||
test_pass
|
||||
|
|
Loading…
Reference in a new issue