]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
test: fix 111-knownclient
authorMiroslav Lichvar <mlichvar@redhat.com>
Fri, 21 Nov 2014 10:44:15 +0000 (11:44 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Fri, 21 Nov 2014 10:44:15 +0000 (11:44 +0100)
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

index 13374ac219fc22c19f399b68ed6d2ca8ef64a694..70ba2b1b06277f2ac568068e1693e04862424b05 100755 (executable)
@@ -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"