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.
15 lines
296 B
15 lines
296 B
*** 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
|