diff options
author | Andrew Lewis <nerf@judo.za.org> | 2016-10-19 18:04:01 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2016-10-19 18:04:01 +0200 |
commit | edcc2ad4e1c1b5a6307f35f0749f8ae58ef8184e (patch) | |
tree | 0110c7034dde0cc1fd2ba630601e96ce6c19ba29 /test/functional/configs | |
parent | 22688fb4c86406a26eecbc771f535aa0d1ffa62f (diff) | |
download | rspamd-edcc2ad4e1c1b5a6307f35f0749f8ae58ef8184e.tar.gz rspamd-edcc2ad4e1c1b5a6307f35f0749f8ae58ef8184e.zip |
[Test] Add map reload test
Diffstat (limited to 'test/functional/configs')
-rw-r--r-- | test/functional/configs/lua_test.conf | 1 | ||||
-rw-r--r-- | test/functional/configs/maps/domains.list.2 | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/test/functional/configs/lua_test.conf b/test/functional/configs/lua_test.conf index 50ec330ed..682609335 100644 --- a/test/functional/configs/lua_test.conf +++ b/test/functional/configs/lua_test.conf @@ -2,6 +2,7 @@ options = { filters = ["spf", "dkim", "regexp"] url_tld = "${URL_TLD}" pidfile = "${TMPDIR}/rspamd.pid" + map_watch_interval = ${MAP_WATCH_INTERVAL}; } logging = { type = "file", diff --git a/test/functional/configs/maps/domains.list.2 b/test/functional/configs/maps/domains.list.2 new file mode 100644 index 000000000..850c64045 --- /dev/null +++ b/test/functional/configs/maps/domains.list.2 @@ -0,0 +1,2 @@ +rspamd.com +#other.com |