diff options
author | Andrew Lewis <nerf@judo.za.org> | 2021-05-05 00:42:11 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2021-05-05 00:42:11 +0200 |
commit | 5569dbacfc83c42e68e8668d065707023212c6eb (patch) | |
tree | 498574bfcd327d206ce4fae74ad7cb69220c8095 /test/functional/cases/110_statistics/redis-plain-siphash.robot | |
parent | a84cecac6bef1211cf8ab245d997b6ac64b6686a (diff) | |
download | rspamd-5569dbacfc83c42e68e8668d065707023212c6eb.tar.gz rspamd-5569dbacfc83c42e68e8668d065707023212c6eb.zip |
[Test] Cleanup
- Use consistent naming for setup/teardown
- Remove some unused files
- Sort & align variables
Diffstat (limited to 'test/functional/cases/110_statistics/redis-plain-siphash.robot')
-rw-r--r-- | test/functional/cases/110_statistics/redis-plain-siphash.robot | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/functional/cases/110_statistics/redis-plain-siphash.robot b/test/functional/cases/110_statistics/redis-plain-siphash.robot index 99a5baf18..790a63eab 100644 --- a/test/functional/cases/110_statistics/redis-plain-siphash.robot +++ b/test/functional/cases/110_statistics/redis-plain-siphash.robot @@ -1,11 +1,11 @@ *** Settings *** -Suite Setup Redis Statistics Setup -Suite Teardown Redis Statistics Teardown +Suite Setup Rspamd Redis Setup +Suite Teardown Rspamd Redis Teardown Resource lib.robot *** Variables *** ${RSPAMD_REDIS_SERVER} ${RSPAMD_REDIS_ADDR}:${RSPAMD_REDIS_PORT} -${RSPAMD_STATS_HASH} siphash +${RSPAMD_STATS_HASH} siphash *** Test Cases *** Learn |