diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2024-01-25 14:40:38 +0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-25 14:40:38 +0600 |
commit | 6fb583995a3f172fa8b4707f515329a8f06ca104 (patch) | |
tree | caf65faeddcdf25444c1a92863c20d6aa3601842 /test/functional/cases/110_statistics/200-redis-plain-siphash.robot | |
parent | 32e2fc07e16f452f0e6d2229a900b2d38b52ab28 (diff) | |
parent | f72578cc22e52a8c08981b432ce6bc1750382742 (diff) | |
download | rspamd-6fb583995a3f172fa8b4707f515329a8f06ca104.tar.gz rspamd-6fb583995a3f172fa8b4707f515329a8f06ca104.zip |
Merge pull request #4789 from fatalbanana/per_user_test
[Test] statistics: per-user
Diffstat (limited to 'test/functional/cases/110_statistics/200-redis-plain-siphash.robot')
-rw-r--r-- | test/functional/cases/110_statistics/200-redis-plain-siphash.robot | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/functional/cases/110_statistics/200-redis-plain-siphash.robot b/test/functional/cases/110_statistics/200-redis-plain-siphash.robot new file mode 100644 index 000000000..790a63eab --- /dev/null +++ b/test/functional/cases/110_statistics/200-redis-plain-siphash.robot @@ -0,0 +1,15 @@ +*** Settings *** +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 + +*** Test Cases *** +Learn + Learn Test + +Relearn + Relearn Test |