diff options
Diffstat (limited to 'test/functional/cases/250_dns.robot')
-rw-r--r-- | test/functional/cases/250_dns.robot | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/functional/cases/250_dns.robot b/test/functional/cases/250_dns.robot index 971eee3cf..8c6a422ec 100644 --- a/test/functional/cases/250_dns.robot +++ b/test/functional/cases/250_dns.robot @@ -1,17 +1,17 @@ *** Settings *** -Test Setup New Setup -Test Teardown Normal Teardown +Test Setup Rspamd Setup +Test Teardown Rspamd Teardown Library Process Library ${RSPAMD_TESTDIR}/lib/rspamd.py Resource ${RSPAMD_TESTDIR}/lib/rspamd.robot Variables ${RSPAMD_TESTDIR}/lib/vars.py *** Variables *** +${CONFIG} ${RSPAMD_TESTDIR}/configs/lua_test.conf +${MESSAGE} ${RSPAMD_TESTDIR}/messages/spam_message.eml ${RSPAMD_LUA_SCRIPT} ${RSPAMD_TESTDIR}/lua/dns.lua -${RSPAMD_URL_TLD} ${RSPAMD_TESTDIR}/../lua/unit/test_tld.dat -${CONFIG} ${RSPAMD_TESTDIR}/configs/lua_test.conf -${MESSAGE} ${RSPAMD_TESTDIR}/messages/spam_message.eml -${RSPAMD_SCOPE} Test +${RSPAMD_SCOPE} Test +${RSPAMD_URL_TLD} ${RSPAMD_TESTDIR}/../lua/unit/test_tld.dat *** Test Cases *** Simple DNS request |