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
5 deletions
-
test/functional/cases/151_rspamadm_async.robot
|
|
|
@ -12,11 +12,11 @@ ${REDIS_SCOPE} Test |
|
|
|
${RSPAMD_URL_TLD} ${RSPAMD_TESTDIR}/../lua/unit/test_tld.dat |
|
|
|
|
|
|
|
*** Test Cases *** |
|
|
|
Tcp client |
|
|
|
${result} = Run Process ${RSPAMADM} lua -b ${RSPAMD_TESTDIR}/lua/rspamadm/test_tcp_client.lua |
|
|
|
Should Match Regexp ${result.stderr} ^$ |
|
|
|
Should Be Equal As Integers ${result.rc} 0 |
|
|
|
Should Be Equal ${result.stdout} hello post |
|
|
|
#Tcp client |
|
|
|
# ${result} = Run Process ${RSPAMADM} lua -b ${RSPAMD_TESTDIR}/lua/rspamadm/test_tcp_client.lua |
|
|
|
# Should Match Regexp ${result.stderr} ^$ |
|
|
|
# Should Be Equal As Integers ${result.rc} 0 |
|
|
|
# Should Be Equal ${result.stdout} hello post |
|
|
|
|
|
|
|
Redis client |
|
|
|
${result} = Run Process ${RSPAMADM} lua -b ${RSPAMD_TESTDIR}/lua/rspamadm/test_redis_client.lua |
|
|
|
|