From eecec8fffa66e0b7a9018156f83d74329a2e7ea5 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Thu, 20 Mar 2014 18:46:41 +0100 Subject: [PATCH] test: extend 105-ntpauth --- test/simulation/105-ntpauth | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/test/simulation/105-ntpauth b/test/simulation/105-ntpauth index 3e88d92..d696446 100755 --- a/test/simulation/105-ntpauth +++ b/test/simulation/105-ntpauth @@ -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