diff options
Diffstat (limited to 'test/functional/cases/110_statistics/redis-plain-xxhash.robot')
-rw-r--r-- | test/functional/cases/110_statistics/redis-plain-xxhash.robot | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/test/functional/cases/110_statistics/redis-plain-xxhash.robot b/test/functional/cases/110_statistics/redis-plain-xxhash.robot new file mode 100644 index 000000000..0c45ac16b --- /dev/null +++ b/test/functional/cases/110_statistics/redis-plain-xxhash.robot @@ -0,0 +1,19 @@ +*** Settings *** +Suite Setup Redis Statistics Setup +Suite Teardown Redis Statistics Teardown +Resource lib.robot + +*** Variables *** +${REDIS_SERVER} servers = "${REDIS_ADDR}:${REDIS_PORT}" +${STATS_BACKEND} redis +${STATS_HASH} hash = "xxhash"; + +*** Test Cases *** +Learn + Learn Test + +Relearn + Relearn Test + +Empty Part + Empty Part Test |