TESTS: Add a testcase for multi-port + multi-server listener issue

This commit is contained in:
Philipp Kolmann 2017-10-24 11:32:22 +02:00 committed by Willy Tarreau
parent 1fa7d2acce
commit 8bb4db5b0f
1 changed files with 11 additions and 0 deletions

View File

@ -13,6 +13,17 @@ listen stats
bind :8888
stats uri /
listen multi-tcp-check
bind :80
mode tcp
option tcp-check
tcp-check connect port 9001
tcp-check connect port 9002
server server1 127.0.0.1: check
server server2 127.0.0.2: check
server server3 127.0.0.3: check
backend tcp9000
option tcp-check
server srv 127.0.0.1:9000 check inter 1s