aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/lib/vars.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/lib/vars.py')
-rw-r--r--test/functional/lib/vars.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/functional/lib/vars.py b/test/functional/lib/vars.py
index 3cec9767a..51690e591 100644
--- a/test/functional/lib/vars.py
+++ b/test/functional/lib/vars.py
@@ -12,10 +12,10 @@ PORT_FUZZY_SLAVE = 56792
PORT_NORMAL = 56789
PORT_NORMAL_SLAVE = 56794
PORT_PROXY = 56795
-PORT_CLAM = 56796
-PORT_FPROT = 56797
-PORT_FPROT2_DUPLICATE = 56798
-PORT_AVAST = 56799
+PORT_CLAM = 2100
+PORT_FPROT = 2101
+PORT_FPROT2_DUPLICATE = 2102
+PORT_AVAST = 2103
P0F_SOCKET = '/tmp/p0f.sock'
REDIS_ADDR = '127.0.0.1'
REDIS_PORT = 56379