aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/cases/__init__.robot
blob: 98abdc45b3abb88512e7bd156df23bcb0104b8dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
*** Settings ***
Suite Setup     Export Global Variables
Library         ../lib/rspamd.py
Variables       ../lib/vars.py

*** Keywords ***
Export Global Variables
  ${TESTDIR} =  Get Test Directory
  ${TOPDIR} =  Get Top Dir
  ${RSPAMADM} =  Get Rspamadm
  ${RSPAMC} =  Get Rspamc
  ${RSPAMD} =  Get Rspamd
  Set Global Variable  ${RSPAMADM}
  Set Global Variable  ${RSPAMC}
  Set Global Variable  ${RSPAMD}
  Set Global Variable  ${TESTDIR}
  Set Global Variable  ${TOPDIR}