Vsevolod Stakhov
3 years ago
No known key found for this signature in database
GPG Key ID: 7647B6790081437
1 changed files with
5 additions and
0 deletions
-
test/functional/cases/230_tcp.robot
|
|
|
@ -58,12 +58,17 @@ Servers Teardown |
|
|
|
Dummy Http Teardown |
|
|
|
Dummy Https Teardown |
|
|
|
Rspamd Teardown |
|
|
|
Teardown Dummy Ssl |
|
|
|
|
|
|
|
Run Dummy Ssl |
|
|
|
[Arguments] |
|
|
|
${result} = Start Process ${RSPAMD_TESTDIR}/util/dummy_ssl.py ${RSPAMD_TESTDIR}/util/server.pem |
|
|
|
Wait Until Created /tmp/dummy_ssl.pid timeout=2 second |
|
|
|
|
|
|
|
Teardown Dummy Ssl |
|
|
|
${ssl_pid} = Get File /tmp/dummy_ssl.pid |
|
|
|
Shutdown Process With Children ${ssl_pid} |
|
|
|
|
|
|
|
Check url |
|
|
|
[Arguments] ${url} ${method} ${expect_symbol} @{expect_options} |
|
|
|
Scan File ${MESSAGE} URL=${url} Method=${method} |
|
|
|
|