aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/lib
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2017-12-08 15:40:21 +0200
committerAndrew Lewis <nerf@judo.za.org>2017-12-08 15:40:21 +0200
commit03cf7aff97c45a3fdbae75da0d7596cef9578a81 (patch)
treec6e6c356b44b8b78e44692d18c46d2ed13ca19fa /test/functional/lib
parent09f3015da643b82e24b054f1704aa6783bfc79e8 (diff)
downloadrspamd-03cf7aff97c45a3fdbae75da0d7596cef9578a81.tar.gz
rspamd-03cf7aff97c45a3fdbae75da0d7596cef9578a81.zip
[Test] Redis key expansion & antivirus ordered patterns
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 f053422d1..07ac9889d 100644
--- a/test/functional/lib/vars.py
+++ b/test/functional/lib/vars.py
@@ -14,6 +14,7 @@ PORT_NORMAL_SLAVE = 56794
PORT_PROXY = 56795
PORT_CLAM = 56796
PORT_FPROT = 56797
+PORT_FPROT_DUPLICATE = 56798
REDIS_ADDR = u'127.0.0.1'
REDIS_PORT = 56379
RSPAMD_GROUP = 'nogroup'