From: Miroslav Lichvar Date: Fri, 21 Nov 2014 10:44:15 +0000 (+0100) Subject: test: fix 111-knownclient X-Git-Tag: 2.0-pre1~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d977e021df4fc9fbc2a60bb85cad24f78952156;p=thirdparty%2Fchrony.git 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. --- diff --git a/test/simulation/111-knownclient b/test/simulation/111-knownclient index 13374ac2..70ba2b1b 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"