diff options
author | Andrew Lewis <nerf@judo.za.org> | 2017-08-16 22:20:55 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2017-08-16 22:26:39 +0200 |
commit | af4c44e361cd1066247284742698be09f43d8e0b (patch) | |
tree | b5ae4d616ff92cfaed9c5860d978aae95bba6ef7 /test/functional/cases | |
parent | c42c17410db786f2ef92bbedef23cb7935ce054b (diff) | |
download | rspamd-af4c44e361cd1066247284742698be09f43d8e0b.tar.gz rspamd-af4c44e361cd1066247284742698be09f43d8e0b.zip |
[Test] Fix tests
Diffstat (limited to 'test/functional/cases')
-rw-r--r-- | test/functional/cases/115_dmarc.robot | 2 | ||||
-rw-r--r-- | test/functional/cases/131_dkim_signing/001_simple.robot | 2 | ||||
-rw-r--r-- | test/functional/cases/131_dkim_signing/002_redis.robot | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/test/functional/cases/115_dmarc.robot b/test/functional/cases/115_dmarc.robot index a2a94c50c..4e504ebd0 100644 --- a/test/functional/cases/115_dmarc.robot +++ b/test/functional/cases/115_dmarc.robot @@ -17,7 +17,7 @@ DMARC NONE PASS DKIM DMARC NONE PASS SPF ${result} = Scan Message With Rspamc ${TESTDIR}/messages/dmarc/fail_none.eml - ... -i 212.47.245.199 --from foo@rspamd.tk + ... -i 8.8.4.4 --from foo@spf.cacophony.za.org Check Rspamc ${result} DMARC_POLICY_ALLOW DMARC NONE FAIL diff --git a/test/functional/cases/131_dkim_signing/001_simple.robot b/test/functional/cases/131_dkim_signing/001_simple.robot index c715b4723..66bcffe37 100644 --- a/test/functional/cases/131_dkim_signing/001_simple.robot +++ b/test/functional/cases/131_dkim_signing/001_simple.robot @@ -14,7 +14,7 @@ ${URL_TLD} ${TESTDIR}/../lua/unit/test_tld.dat *** Test Cases *** TEST SIGNED - ${result} = Scan Message With Rspamc ${MESSAGE} -u bob@rspamd.tk + ${result} = Scan Message With Rspamc ${MESSAGE} -u bob@cacophony.za.org Check Rspamc ${result} DKIM-Signature: Should Contain ${result.stdout} DKIM_SIGNED (1.00) diff --git a/test/functional/cases/131_dkim_signing/002_redis.robot b/test/functional/cases/131_dkim_signing/002_redis.robot index f7d590c1c..891e71385 100644 --- a/test/functional/cases/131_dkim_signing/002_redis.robot +++ b/test/functional/cases/131_dkim_signing/002_redis.robot @@ -14,7 +14,7 @@ ${URL_TLD} ${TESTDIR}/../lua/unit/test_tld.dat *** Test Cases *** TEST SIGNED - ${result} = Scan Message With Rspamc ${MESSAGE} -u bob@rspamd.tk + ${result} = Scan Message With Rspamc ${MESSAGE} -u bob@cacophony.za.org Check Rspamc ${result} DKIM-Signature: Should Contain ${result.stdout} DKIM_SIGNED (1.00) @@ -29,9 +29,9 @@ DKIM Signing Setup Set Suite Variable ${PLUGIN_CONFIG} Generic Setup PLUGIN_CONFIG Run Redis - Redis HSET TEST_DKIM_SELECTORS rspamd.tk test + Redis HSET TEST_DKIM_SELECTORS cacophony.za.org dkim ${key} = Get File ${TESTDIR}/configs/dkim.key - Redis HSET TEST_DKIM_KEYS test.rspamd.tk ${key} + Redis HSET TEST_DKIM_KEYS dkim.cacophony.za.org ${key} DKIM Signing Teardown Normal Teardown |