mirror of https://github.com/rspamd/rspamd.git
Rapid spam filtering system
https://rspamd.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
350 B
19 lines
350 B
*** Settings ***
|
|
Suite Setup Redis Statistics Setup
|
|
Suite Teardown Redis Statistics Teardown
|
|
Resource lib.robot
|
|
|
|
*** Variables ***
|
|
${REDIS_SERVER} servers = "${LOCAL_ADDR}:${REDIS_PORT}"
|
|
${STATS_BACKEND} redis
|
|
${STATS_HASH} hash = "xxhash";
|
|
|
|
*** Test Cases ***
|
|
Learn
|
|
Learn Test
|
|
|
|
Relearn
|
|
Relearn Test
|
|
|
|
Empty Part
|
|
Empty Part Test
|