diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-07-18 16:53:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-18 16:53:22 +0100 |
commit | a657aaf79e628e5c736f99c52f219ef2d5a40f6e (patch) | |
tree | 736a77a25bc62b6136f04cd9b8731f738c4befa5 /test/functional/cases/statistics/redis-keyed-siphash.robot | |
parent | 8648640248246880e83af6b2cde24fde1f4b1c5b (diff) | |
parent | e6ff4143d535427e2822ef5ad504f0e36b0047c0 (diff) | |
download | rspamd-a657aaf79e628e5c736f99c52f219ef2d5a40f6e.tar.gz rspamd-a657aaf79e628e5c736f99c52f219ef2d5a40f6e.zip |
Merge pull request #729 from fatalbanana/travis
[Test] Integrate functional tests with Travis CI
Diffstat (limited to 'test/functional/cases/statistics/redis-keyed-siphash.robot')
-rw-r--r-- | test/functional/cases/statistics/redis-keyed-siphash.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/cases/statistics/redis-keyed-siphash.robot b/test/functional/cases/statistics/redis-keyed-siphash.robot index f598915cd..ec95efcd1 100644 --- a/test/functional/cases/statistics/redis-keyed-siphash.robot +++ b/test/functional/cases/statistics/redis-keyed-siphash.robot @@ -4,7 +4,7 @@ Suite Teardown Redis Statistics Teardown Resource lib.robot *** Variables *** -${REDIS_SERVER} servers = "${LOCAL_ADDR}:${REDIS_PORT}" +${REDIS_SERVER} servers = "${REDIS_ADDR}:${REDIS_PORT}" ${STATS_BACKEND} redis ${STATS_HASH} hash = "siphash"; ${STATS_KEY} key = "${KEY_PVT1}"; |