From 7d3e9180c69347a2e08f5bfcaf751976871c33f8 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Wed, 11 Sep 2019 19:26:51 +0200 Subject: [PATCH] test: disable server on client-only nodes by default --- test/simulation/test.common | 1 + 1 file changed, 1 insertion(+) diff --git a/test/simulation/test.common b/test/simulation/test.common index 5c4b0a1..1097c49 100644 --- a/test/simulation/test.common +++ b/test/simulation/test.common @@ -209,6 +209,7 @@ get_chronyd_conf() { done echo "$server_conf" else + echo "deny" if [ -n "$client_server_conf" ]; then echo "$client_server_conf" else