From 551bc266e40bc8611a393b294944b39fca42fad5 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Mon, 9 Jun 2025 12:08:57 +0200 Subject: [PATCH] test: extend 110-chronyc test --- test/simulation/110-chronyc | 5 +++++ 1 file changed, 5 insertions(+) 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" -- 2.47.2