diff options
Diffstat (limited to 'test/functional/cases/230_tcp.robot')
-rw-r--r-- | test/functional/cases/230_tcp.robot | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/test/functional/cases/230_tcp.robot b/test/functional/cases/230_tcp.robot index 2769ee7f2..2deff4110 100644 --- a/test/functional/cases/230_tcp.robot +++ b/test/functional/cases/230_tcp.robot @@ -55,17 +55,10 @@ Servers Setup Rspamd Setup Servers Teardown - ${http_pid} = Get File /tmp/dummy_http.pid - Shutdown Process With Children ${http_pid} - ${ssl_pid} = Get File /tmp/dummy_ssl.pid - Shutdown Process With Children ${ssl_pid} + Dummy Http Teardown + Dummy Https Teardown Rspamd Teardown -Run Dummy Http - [Arguments] - ${result} = Start Process ${RSPAMD_TESTDIR}/util/dummy_http.py - Wait Until Created /tmp/dummy_http.pid timeout=2 second - Run Dummy Ssl [Arguments] ${result} = Start Process ${RSPAMD_TESTDIR}/util/dummy_ssl.py ${RSPAMD_TESTDIR}/util/server.pem |