blob: 51192d70270e89c98c8afaffcfbe95f18b5e8df0 (
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
${RSPAMD_TESTDIR} = Get Test Directory
${TOPDIR} = Get Top Dir
${RSPAMADM} = Get Rspamadm
${RSPAMC} = Get Rspamc
${RSPAMD} = Get Rspamd
${RSPAMD_INSTALLROOT} = Get Install Root
Set Global Variable ${RSPAMD_INSTALLROOT}
Set Global Variable ${RSPAMADM}
Set Global Variable ${RSPAMC}
Set Global Variable ${RSPAMD}
Set Global Variable ${RSPAMD_TESTDIR}
Set Global Variable ${TOPDIR}
|