diff --git a/tests/data/test-haproxy-connect.config b/tests/data/test-haproxy-connect.config index 86c60e2c..14eceed7 100644 --- a/tests/data/test-haproxy-connect.config +++ b/tests/data/test-haproxy-connect.config @@ -125,10 +125,10 @@ cookie-validity = 172800 #disconnect-script = /usr/bin/myscript # UTMP -use-utmp = true +#use-utmp = true # PID file -pid-file = ./ocserv.pid +pid-file = ./ocserv-haproxy.pid # The default server directory. Does not require any devices present. #chroot-dir = /path/to/chroot diff --git a/tests/haproxy-connect b/tests/haproxy-connect index b283620e..7b0adeba 100755 --- a/tests/haproxy-connect +++ b/tests/haproxy-connect @@ -63,8 +63,8 @@ function finish { trap finish EXIT # server address -ADDRESS=10.200.2.1 -CLI_ADDRESS=10.200.1.1 +ADDRESS=10.214.2.1 +CLI_ADDRESS=10.214.1.1 VPNNET=192.168.1.0/24 VPNADDR=192.168.1.1 diff --git a/tests/test-udp-listen-host b/tests/test-udp-listen-host index 809344d0..a9e1da9a 100755 --- a/tests/test-udp-listen-host +++ b/tests/test-udp-listen-host @@ -24,8 +24,8 @@ CLIPID="${srcdir:-.}/ci$$-1.pid.tmp" CLIPID2="${srcdir:-.}/ci$$-2.pid.tmp" SERV="${SERV:-../src/ocserv}" srcdir=${srcdir:-.} -PORT=4566 -HAPORT=4567 +PORT=4166 +HAPORT=4167 PIDFILE=ocserv-pid.$$.tmp CONFIG_UDP_LISTEN_LOCAL=ocserv_udp_listen_local.conf.$$.tmp HACONFIG=haproxy.conf.$$.tmp @@ -63,8 +63,8 @@ function finish { trap finish EXIT # server address -ADDRESS=10.200.2.1 -CLI_ADDRESS=10.200.1.1 +ADDRESS=10.201.2.1 +CLI_ADDRESS=10.201.1.1 VPNNET=192.168.1.0/24 VPNADDR=192.168.1.1 OCCTL_SOCKET=./occtl-udp-listen-host-$$.socket