aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/lib/vars.py
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2016-06-27 21:11:07 +0200
committerAndrew Lewis <nerf@judo.za.org>2016-06-27 23:27:26 +0200
commite8a7a6327950349aa897ce84e507d4fd94f43834 (patch)
tree1185e854673c7e220b56ada9fd4ef714f40bdcaf /test/functional/lib/vars.py
parent3bb4e1cd86c65a854bcfe4e7d0bb0a1c64347fc7 (diff)
downloadrspamd-e8a7a6327950349aa897ce84e507d4fd94f43834.tar.gz
rspamd-e8a7a6327950349aa897ce84e507d4fd94f43834.zip
[Test] New functional test framework
Diffstat (limited to 'test/functional/lib/vars.py')
-rw-r--r--test/functional/lib/vars.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/functional/lib/vars.py b/test/functional/lib/vars.py
new file mode 100644
index 000000000..78151bd37
--- /dev/null
+++ b/test/functional/lib/vars.py
@@ -0,0 +1,7 @@
+KEY_PVT1 = 'ekd3x36tfa5gd76t6pa8hqif3ott7n1siuux68exbkk7ukscte9y'
+KEY_PUB1 = 'm8kneubpcjsb8sbsoj7jy7azj9fdd3xmj63txni86a8ye9ncomny'
+LOCAL_ADDR = 'localhost'
+PORT_CONTROLLER = 56790
+PORT_NORMAL = 56789
+RSPAMD_GROUP = 'nogroup'
+RSPAMD_USER = 'nobody'