diff options
author | Andrew Lewis <nerf@judo.za.org> | 2017-06-30 13:55:18 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2017-06-30 14:02:40 +0200 |
commit | fc6155ae6b86ac4a7ec8dfa752e6b7f195f2d976 (patch) | |
tree | b0993673ef68eaf7065b8855b05721717b13aa3e /test/functional/cases/160_antivirus.robot | |
parent | 9be11035d0ce5e64627fb8f7cf577d35cc46f6cf (diff) | |
download | rspamd-fc6155ae6b86ac4a7ec8dfa752e6b7f195f2d976.tar.gz rspamd-fc6155ae6b86ac4a7ec8dfa752e6b7f195f2d976.zip |
[Minor] Tests: don't try bind ports
Diffstat (limited to 'test/functional/cases/160_antivirus.robot')
-rw-r--r-- | test/functional/cases/160_antivirus.robot | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/functional/cases/160_antivirus.robot b/test/functional/cases/160_antivirus.robot index 98c7a4a2a..ec43329e3 100644 --- a/test/functional/cases/160_antivirus.robot +++ b/test/functional/cases/160_antivirus.robot @@ -67,16 +67,13 @@ Antivirus Setup Antivirus Teardown Normal Teardown Shutdown Process With Children ${REDIS_PID} - Wait For Port ${SOCK_STREAM} ${LOCAL_ADDR} ${REDIS_PORT} Run Dummy Clam [Arguments] ${port} ${found}= - Wait For Port ${SOCK_STREAM} ${LOCAL_ADDR} ${port} ${result} = Start Process ${TESTDIR}/util/dummy_clam.py ${port} ${found} Wait Until Created /tmp/dummy_clamav.pid Run Dummy Fprot [Arguments] ${port} ${found}= - Wait For Port ${SOCK_STREAM} ${LOCAL_ADDR} ${port} ${result} = Start Process ${TESTDIR}/util/dummy_fprot.py ${port} ${found} Wait Until Created /tmp/dummy_fprot.pid |