aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/cases/__init__.robot
blob: 2313879745dd6a977a1bd88830491aae8fa40325 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** 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
  ${INSTALLROOT} =  Get Install Root
  Set Global Variable  ${INSTALLROOT}
  Set Global Variable  ${RSPAMADM}
  Set Global Variable  ${RSPAMC}
  Set Global Variable  ${RSPAMD}
  Set Global Variable  ${TESTDIR}
  Set Global Variable  ${TOPDIR}