summaryrefslogtreecommitdiffstats
path: root/test/functional/lib
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2016-08-09 13:58:33 +0100
committerAndrew Lewis <nerf@judo.za.org>2016-08-09 13:58:33 +0100
commitbd01177c1364399ef29ca6671669a271af967998 (patch)
tree1cd23721c7ab3c95afde01d3b4007078e208133c /test/functional/lib
parent8e2d181f6df9533a2cbb02e6dffaca21647ea14e (diff)
downloadrspamd-bd01177c1364399ef29ca6671669a271af967998.tar.gz
rspamd-bd01177c1364399ef29ca6671669a271af967998.zip
[Test] Add simple test for proxying
Diffstat (limited to 'test/functional/lib')
-rw-r--r--test/functional/lib/vars.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/lib/vars.py b/test/functional/lib/vars.py
index 170b7c5c3..f260dc1b4 100644
--- a/test/functional/lib/vars.py
+++ b/test/functional/lib/vars.py
@@ -4,6 +4,7 @@ LOCAL_ADDR = '127.0.0.1'
PORT_CONTROLLER = 56790
PORT_FUZZY = 56791
PORT_NORMAL = 56789
+PORT_PROXY = 56795
REDIS_ADDR = '127.0.0.1'
REDIS_PORT = 56379
RSPAMD_GROUP = 'nogroup'