]> source.dussan.org Git - rspamd.git/commit
[Test] Add & rework functional tests 693/head
authorAndrew Lewis <nerf@judo.za.org>
Sat, 2 Jul 2016 15:48:58 +0000 (17:48 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Sat, 2 Jul 2016 16:36:15 +0000 (18:36 +0200)
commitad797afed513439cb2cd81de185b75880ea9f8aa
treed3826459a27b101b0051abde7681ad752760f03c
parente3a301a85d355a7f559173b88613fb4da5fbd016
[Test] Add & rework functional tests

 - Machine formatted test data
 - More idiomatic use of test framework
 - Added tests for fuzzy & redis statistics
26 files changed:
test/functional/cases/__init__.robot
test/functional/cases/fuzzy/encrypted.robot [new file with mode: 0644]
test/functional/cases/fuzzy/lib.robot [new file with mode: 0644]
test/functional/cases/fuzzy/plain.robot [new file with mode: 0644]
test/functional/cases/general.robot
test/functional/cases/lua.robot
test/functional/cases/statistics.robot [deleted file]
test/functional/cases/statistics/compat-keyed.robot [new file with mode: 0644]
test/functional/cases/statistics/compat-plain.robot [new file with mode: 0644]
test/functional/cases/statistics/lib.robot [new file with mode: 0644]
test/functional/cases/statistics/redis-keyed-siphash.robot [new file with mode: 0644]
test/functional/cases/statistics/redis-keyed-xxhash.robot [new file with mode: 0644]
test/functional/cases/statistics/redis-plain-siphash.robot [new file with mode: 0644]
test/functional/cases/statistics/redis-plain-xxhash.robot [new file with mode: 0644]
test/functional/cases/statistics/sqlite-broken-stats-dir.robot [new file with mode: 0644]
test/functional/cases/statistics/sqlite-keyed-siphash.robot [new file with mode: 0644]
test/functional/cases/statistics/sqlite-keyed-xxhash.robot [new file with mode: 0644]
test/functional/cases/statistics/sqlite-plain-siphash.robot [new file with mode: 0644]
test/functional/cases/statistics/sqlite-plain-xxhash.robot [new file with mode: 0644]
test/functional/configs/fuzzy.conf [new file with mode: 0644]
test/functional/configs/redis-server.conf [new file with mode: 0644]
test/functional/configs/stats.conf
test/functional/configs/trivial.conf
test/functional/lib/rspamd.py
test/functional/lib/rspamd.robot
test/functional/lib/vars.py