From: Miroslav Lichvar Date: Thu, 20 Mar 2014 17:46:41 +0000 (+0100) Subject: test: extend 105-ntpauth X-Git-Tag: 1.30-pre1~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eecec8fffa66e0b7a9018156f83d74329a2e7ea5;p=thirdparty%2Fchrony.git test: extend 105-ntpauth --- diff --git a/test/simulation/105-ntpauth b/test/simulation/105-ntpauth index 3e88d925..d696446e 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