test: update for latest clknetsim

Latest clknetsim now allows source and destination port numbers to
differ. This fixes the tests to work with the recent changes that added
client NTP sockets.
This commit is contained in:
Miroslav Lichvar
2014-03-25 17:33:55 +01:00
parent b13836e9cc
commit 727bf195d1
3 changed files with 5 additions and 6 deletions

View File

@@ -4,7 +4,9 @@
test_start "reply to client configured as server"
server_conf="server 192.168.123.2"
server_conf="server 192.168.123.2
acquisitionport 123"
client_conf="acquisitionport 123"
log_packets=1
run_test || test_fail