From 1d977e021df4fc9fbc2a60bb85cad24f78952156 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Fri, 21 Nov 2014 11:44:15 +0100 Subject: [PATCH] test: fix 111-knownclient The new NTPv4 loop synchronization check fails as clknetsim doesn't support IP_PKTINFO yet. Use the noselect option to prevent the server to synchronize to the client. --- test/simulation/111-knownclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/simulation/111-knownclient b/test/simulation/111-knownclient index 13374ac..70ba2b1 100755 --- a/test/simulation/111-knownclient +++ b/test/simulation/111-knownclient @@ -4,7 +4,7 @@ test_start "reply to client configured as server" -server_conf="server 192.168.123.2 +server_conf="server 192.168.123.2 noselect acquisitionport 123" client_conf="acquisitionport 123"