Browse Source

[Minor] Slightly tune the test

tags/2.0
Vsevolod Stakhov 4 years ago
parent
commit
e212829fe6
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      test/functional/cases/123_whitelist.robot

+ 2
- 1
test/functional/cases/123_whitelist.robot View File

@@ -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

Loading…
Cancel
Save