diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-09-04 17:38:32 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-09-04 17:38:32 +0100 |
commit | e212829fe63a44f070dd2f6d0f6704b0313d1647 (patch) | |
tree | d74b3ad26f84c791170f6dfd113a77afb3a49f6b /test/functional/cases | |
parent | d34ac172d7a1bc82fbb4ba0d920005dc062194a5 (diff) | |
download | rspamd-e212829fe63a44f070dd2f6d0f6704b0313d1647.tar.gz rspamd-e212829fe63a44f070dd2f6d0f6704b0313d1647.zip |
[Minor] Slightly tune the test
Diffstat (limited to 'test/functional/cases')
-rw-r--r-- | test/functional/cases/123_whitelist.robot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/functional/cases/123_whitelist.robot b/test/functional/cases/123_whitelist.robot index 07eb848cf..83b652b19 100644 --- a/test/functional/cases/123_whitelist.robot +++ b/test/functional/cases/123_whitelist.robot @@ -23,6 +23,7 @@ WHITELISTS ${result} = Scan Message With Rspamc ${M_DMARC_OK} -i 8.8.4.4 -F foo@spf.cacophony.za.org Check Rspamc ${result} WHITELIST_DKIM (- Should Contain ${result.stdout} STRICT_DMARC (- + Should Contain ${result.stdout} WHITELIST_SPF_DKIM (- Should Contain ${result.stdout} WHITELIST_DDS (- Should Contain ${result.stdout} WHITELIST_DMARC (- Should Contain ${result.stdout} WHITELIST_DMARC_DKIM (- @@ -81,7 +82,7 @@ VALID SPF and NO DKIM Should Not Contain ${result.stdout} R_DKIM_REJECT ( Should Not Contain ${result.stdout} WHITELIST_SPF_DKIM ( Should Not Contain ${result.stdout} R_DKIM_ALLOW ( - + *** Keywords *** Whitelist Setup ${PLUGIN_CONFIG} = Get File ${TESTDIR}/configs/whitelist.conf |