diff options
Diffstat (limited to 'test/functional/lib/vars.py')
-rw-r--r-- | test/functional/lib/vars.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/functional/lib/vars.py b/test/functional/lib/vars.py index a9d5e89f9..d76c3c0c5 100644 --- a/test/functional/lib/vars.py +++ b/test/functional/lib/vars.py @@ -11,6 +11,8 @@ PORT_FUZZY_SLAVE = 56792 PORT_NORMAL = 56789 PORT_NORMAL_SLAVE = 56794 PORT_PROXY = 56795 +PORT_CLAM = 56796 +PORT_FPROT = 56797 REDIS_ADDR = u'127.0.0.1' REDIS_PORT = 56379 RSPAMD_GROUP = 'nogroup' |