From: Mikhail Galanin Date: Fri, 10 Aug 2018 14:07:17 +0000 (+0100) Subject: [Test] Fake Lua test suite X-Git-Tag: 1.8.0~277^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2413%2Fhead;p=thirdparty%2Frspamd.git [Test] Fake Lua test suite --- diff --git a/test/functional/configs/lua_test.conf b/test/functional/configs/lua_test.conf index bbaba88647..f01f07cad2 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 = {