diff options
author | Andrew Lewis <nerf@judo.za.org> | 2016-08-09 13:58:33 +0100 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2016-08-09 13:58:33 +0100 |
commit | bd01177c1364399ef29ca6671669a271af967998 (patch) | |
tree | 1cd23721c7ab3c95afde01d3b4007078e208133c /test/functional/lib | |
parent | 8e2d181f6df9533a2cbb02e6dffaca21647ea14e (diff) | |
download | rspamd-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.py | 1 |
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' |