From: Miroslav Lichvar Date: Mon, 9 Jun 2025 10:08:57 +0000 (+0200) Subject: test: extend 110-chronyc test X-Git-Tag: 4.7~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=551bc266e40bc8611a393b294944b39fca42fad5;p=thirdparty%2Fchrony.git test: extend 110-chronyc test --- diff --git a/test/simulation/110-chronyc b/test/simulation/110-chronyc index 5020d1ca..1872d5cd 100755 --- a/test/simulation/110-chronyc +++ b/test/simulation/110-chronyc @@ -219,6 +219,11 @@ do run_test || test_fail check_chronyd_exit || test_fail check_chronyc_output "501 Not authorised$" || test_fail + + server_conf="cmddeny 192.168.123.2" + run_test || test_fail + check_chronyd_exit || test_fail + check_chronyc_output "506 Cannot talk to daemon$" || test_fail done server_conf="server 192.168.123.1"