summaryrefslogtreecommitdiffstats
path: root/test/functional/cases/121_json/101_simple.robot
blob: 8bd8df08e1475c9ca2a0e2441a8bef847abfd481 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
*** Settings ***
Suite Setup     JSON Setup
Suite Teardown  Simple Teardown
Library         ${RSPAMD_TESTDIR}/lib/rspamd.py
Resource        lib.robot
Resource        ${RSPAMD_TESTDIR}/lib/rspamd.robot
Variables       ${RSPAMD_TESTDIR}/lib/vars.py

*** Variables ***
${CONFIG}       ${RSPAMD_TESTDIR}/configs/lua_test.conf
${RSPAMD_LUA_SCRIPT}   ${RSPAMD_TESTDIR}/lua/simple.lua
${MESSAGE}      ${RSPAMD_TESTDIR}/messages/spam_message.eml
${RSPAMD_SCOPE}  Suite

*** Test Cases ***
Stat
  Stat Test

History
  History Test  SIMPLE_TEST

Scan
  Scan Test