diff options
Diffstat (limited to 'test/functional/cases/161_p0f.robot')
-rw-r--r-- | test/functional/cases/161_p0f.robot | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/test/functional/cases/161_p0f.robot b/test/functional/cases/161_p0f.robot index 7993ceca7..9b525d4e2 100644 --- a/test/functional/cases/161_p0f.robot +++ b/test/functional/cases/161_p0f.robot @@ -7,12 +7,12 @@ Resource ${RSPAMD_TESTDIR}/lib/rspamd.robot Variables ${RSPAMD_TESTDIR}/lib/vars.py *** Variables *** -${CONFIG} ${RSPAMD_TESTDIR}/configs/p0f.conf -${MESSAGE} ${RSPAMD_TESTDIR}/messages/spam_message.eml -${MESSAGE2} ${RSPAMD_TESTDIR}/messages/freemail.eml -${REDIS_SCOPE} Suite -${RSPAMD_SCOPE} Suite -${RSPAMD_URL_TLD} ${RSPAMD_TESTDIR}/../lua/unit/test_tld.dat +${CONFIG} ${RSPAMD_TESTDIR}/configs/p0f.conf +${MESSAGE2} ${RSPAMD_TESTDIR}/messages/freemail.eml +${MESSAGE} ${RSPAMD_TESTDIR}/messages/spam_message.eml +${REDIS_SCOPE} Suite +${RSPAMD_SCOPE} Suite +${RSPAMD_URL_TLD} ${RSPAMD_TESTDIR}/../lua/unit/test_tld.dat *** Test Cases *** p0f MISS @@ -80,11 +80,10 @@ p0f BAD RESPONSE *** Keywords *** p0f Setup - New Setup - Run Redis + Rspamd Redis Setup p0f Teardown - Normal Teardown + Rspamd Redis Teardown Shutdown p0f Terminate All Processes kill=True |