瀏覽代碼

[Minor] Slightly tune the test

tags/2.0
Vsevolod Stakhov 4 年之前
父節點
當前提交
e212829fe6
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. 2
    1
      test/functional/cases/123_whitelist.robot

+ 2
- 1
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

Loading…
取消
儲存