aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/cases/140_proxy.robot
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2017-06-30 13:55:18 +0200
committerAndrew Lewis <nerf@judo.za.org>2017-06-30 14:02:40 +0200
commitfc6155ae6b86ac4a7ec8dfa752e6b7f195f2d976 (patch)
treeb0993673ef68eaf7065b8855b05721717b13aa3e /test/functional/cases/140_proxy.robot
parent9be11035d0ce5e64627fb8f7cf577d35cc46f6cf (diff)
downloadrspamd-fc6155ae6b86ac4a7ec8dfa752e6b7f195f2d976.tar.gz
rspamd-fc6155ae6b86ac4a7ec8dfa752e6b7f195f2d976.zip
[Minor] Tests: don't try bind ports
Diffstat (limited to 'test/functional/cases/140_proxy.robot')
-rw-r--r--test/functional/cases/140_proxy.robot5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/functional/cases/140_proxy.robot b/test/functional/cases/140_proxy.robot
index 42297ea62..7b29f188a 100644
--- a/test/functional/cases/140_proxy.robot
+++ b/test/functional/cases/140_proxy.robot
@@ -47,8 +47,3 @@ Proxy Teardown
Shutdown Process With Children ${SLAVE_PID}
Cleanup Temporary Directory ${PROXY_TMPDIR}
Cleanup Temporary Directory ${SLAVE_TMPDIR}
- ${port_normal} = Create List ${SOCK_STREAM} ${LOCAL_ADDR} ${PORT_NORMAL}
- ${port_proxy} = Create List ${SOCK_STREAM} ${LOCAL_ADDR} ${PORT_PROXY}
- ${ports} = Create List ${port_normal} ${port_proxy}
- : FOR ${i} IN @{ports}
- \ Wait For Port @{i}[0] @{i}[1] @{i}[2]