summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMikhail Galanin <mgalanin@mimecast.com>2018-08-10 15:07:17 +0100
committerMikhail Galanin <mgalanin@mimecast.com>2018-08-10 15:07:17 +0100
commite4be0b2cfa8a3371730a7573d992333f84d02cff (patch)
tree3a449a95603d62cdc2446812ed6f6063987337dc /test
parent0df3aa480982a7c23aed535bfc4f27ce7abf5f55 (diff)
downloadrspamd-e4be0b2cfa8a3371730a7573d992333f84d02cff.tar.gz
rspamd-e4be0b2cfa8a3371730a7573d992333f84d02cff.zip
[Test] Fake Lua test suite
Diffstat (limited to 'test')
-rw-r--r--test/functional/configs/lua_test.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/functional/configs/lua_test.conf b/test/functional/configs/lua_test.conf
index bbaba8864..f01f07cad 100644
--- a/test/functional/configs/lua_test.conf
+++ b/test/functional/configs/lua_test.conf
@@ -6,6 +6,11 @@ options = {
dns {
retransmits = 10;
timeout = 2s;
+ fake_records = [{
+ name = "example.com",
+ type = "a";
+ replies = ["93.184.216.34"];
+ }]
}
}
logging = {