diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-10-17 16:45:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-17 16:45:51 +0100 |
commit | f4acd9ba6f492526a2364c814c8a4704b7f8f8ce (patch) | |
tree | 8e9ce72cbfa41de2c8b56eeee9d33241ece1ef78 /test/functional/cases/102_multimap.robot | |
parent | 5dabd901c9015b0efa6930aa13988ff47278ebcc (diff) | |
parent | b4173ec5154ca05eebe9a5ff583dcedcba1f7e76 (diff) | |
download | rspamd-f4acd9ba6f492526a2364c814c8a4704b7f8f8ce.tar.gz rspamd-f4acd9ba6f492526a2364c814c8a4704b7f8f8ce.zip |
Merge pull request #1044 from fatalbanana/ports
[Test] Wait for ports to be confirmed-free inbetween runs
Diffstat (limited to 'test/functional/cases/102_multimap.robot')
-rw-r--r-- | test/functional/cases/102_multimap.robot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/functional/cases/102_multimap.robot b/test/functional/cases/102_multimap.robot index 17ea2b741..f02320adf 100644 --- a/test/functional/cases/102_multimap.robot +++ b/test/functional/cases/102_multimap.robot @@ -246,5 +246,6 @@ Multimap Setup Run Redis Multimap Teardown + Normal Teardown Shutdown Process With Children ${REDIS_PID} - Generic Teardown + Wait For Port ${SOCK_STREAM} ${LOCAL_ADDR} ${REDIS_PORT} |