tests: replaced explicit ports with random assignment

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
This commit is contained in:
Nikos Mavrogiannopoulos
2020-08-09 12:05:51 +02:00
parent f814cf851b
commit b2c0c6c1cf
99 changed files with 243 additions and 162 deletions

View File

@@ -28,8 +28,8 @@ max-clients = 16
max-same-clients = 2
# TCP and UDP port number
tcp-port = 4502
udp-port = 4502
tcp-port = @PORT@
udp-port = @PORT@
# Keepalive in seconds
keepalive = 32400