Skip to content

Commit

Permalink
[Minor] Slightly tune the test
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Sep 4, 2019
1 parent d34ac17 commit e212829
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/cases/123_whitelist.robot
Expand Up @@ -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 (-
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e212829

Please sign in to comment.