diff options
author | Andrew Lewis <nerf@judo.za.org> | 2020-10-19 10:04:57 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2020-10-26 11:14:39 +0200 |
commit | 2e022c546fe8a36ca717ce1d0082b789c99af8c2 (patch) | |
tree | 1be862507078f0371bafca2f612a7cfc40d50928 /test/functional/lib/vars.py | |
parent | 63869b7d7bcbdc29b607e2c20cf97c89a8a724ae (diff) | |
download | rspamd-2e022c546fe8a36ca717ce1d0082b789c99af8c2.tar.gz rspamd-2e022c546fe8a36ca717ce1d0082b789c99af8c2.zip |
[Test] Improve test stability
- Antivirus: better visibility into why test servers mightn't start
- Antivirus: don't use ephemeral port range
- Fuzzy skip hash: wait for map reload
Diffstat (limited to 'test/functional/lib/vars.py')
-rw-r--r-- | test/functional/lib/vars.py | 8 |
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 |