blob: cd8f3ac77ac49d41f2682ae15d521a2a35f99302 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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_PER_USER} true
*** Test Cases ***
Learn
Learn Test test@example.com
Relearn
Relearn Test test@example.com
|