diff options
Diffstat (limited to 'test/functional/cases/114_phishing.robot')
-rw-r--r-- | test/functional/cases/114_phishing.robot | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/test/functional/cases/114_phishing.robot b/test/functional/cases/114_phishing.robot index d0c5cab78..732abc0cd 100644 --- a/test/functional/cases/114_phishing.robot +++ b/test/functional/cases/114_phishing.robot @@ -1,17 +1,17 @@ *** Settings *** Suite Setup Phishing Setup Suite Teardown Simple Teardown -Library ${TESTDIR}/lib/rspamd.py -Resource ${TESTDIR}/lib/rspamd.robot -Variables ${TESTDIR}/lib/vars.py +Library ${RSPAMD_TESTDIR}/lib/rspamd.py +Resource ${RSPAMD_TESTDIR}/lib/rspamd.robot +Variables ${RSPAMD_TESTDIR}/lib/vars.py *** Variables *** -${CONFIG} ${TESTDIR}/configs/phishing.conf -${MESSAGE1} ${TESTDIR}/messages/phishing1.eml -${MESSAGE2} ${TESTDIR}/messages/phishing2.eml -${MESSAGE3} ${TESTDIR}/messages/phishing3.eml +${CONFIG} ${RSPAMD_TESTDIR}/configs/phishing.conf +${MESSAGE1} ${RSPAMD_TESTDIR}/messages/phishing1.eml +${MESSAGE2} ${RSPAMD_TESTDIR}/messages/phishing2.eml +${MESSAGE3} ${RSPAMD_TESTDIR}/messages/phishing3.eml ${RSPAMD_SCOPE} Suite -${URL_TLD} ${TESTDIR}/../../contrib/publicsuffix/effective_tld_names.dat +${RSPAMD_URL_TLD} ${RSPAMD_TESTDIR}/../../contrib/publicsuffix/effective_tld_names.dat *** Test Cases *** TEST PHISHING @@ -28,4 +28,4 @@ TEST PHISHING STRICT TWO *** Keywords *** Phishing Setup - New Setup URL_TLD=${URL_TLD} + New Setup |