diff options
author | Andrew Lewis <nerf@judo.za.org> | 2017-12-08 15:40:21 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2017-12-08 15:40:21 +0200 |
commit | 03cf7aff97c45a3fdbae75da0d7596cef9578a81 (patch) | |
tree | c6e6c356b44b8b78e44692d18c46d2ed13ca19fa /test/functional/lib | |
parent | 09f3015da643b82e24b054f1704aa6783bfc79e8 (diff) | |
download | rspamd-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.py | 1 |
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' |