fail2ban/fail2ban/tests
sebres e52f483557 Config reader's: introduced new syntax %(section/option)s, in opposite to extended interpolation of python 3 ${section:option} work with all supported python version in fail2ban and this syntax is like our another features like %(known/option)s, etc.;
Variable `default_backend` switched to `%(default/backend)s`, so totally backwards compatible now, but now the setting of parameter `backend` in default section of `jail.local` can overwrite default backend also.
Test cases extended: test targeted section options "section/option" (default and cross sections options);
2017-08-08 20:21:44 +02:00
..
action_d test_smtp inconsistency for py3+IPv6 2017-03-28 19:29:45 +02:00
config New logtimezone jail option 2017-05-23 17:39:37 +02:00
files Merge branch '_0.9/gh-1849' into 0.10 2017-08-07 18:07:36 +02:00
__init__.py Merge branch 'master' into 0.9 2013-05-08 15:16:13 -04:00
actionstestcase.py several test cases rewritten using new assertIn, assertNotIn (better as own from unittest, because support generators beautifying, etc.) 2016-08-01 13:52:05 +02:00
actiontestcase.py fixed grave vulnerability by wrong escape of tags by executing of shell actions 2017-03-20 12:09:42 +01:00
banmanagertestcase.py Merge branch 'master' into 0.10 2017-07-03 12:43:48 +02:00
clientbeautifiertestcase.py output execution time of each test case if verbosity > 2 2017-03-14 13:34:54 +01:00
clientreadertestcase.py Config reader's: introduced new syntax %(section/option)s, in opposite to extended interpolation of python 3 ${section:option} work with all supported python version in fail2ban and this syntax is like our another features like %(known/option)s, etc.; 2017-08-08 20:21:44 +02:00
databasetestcase.py fixes restoring of tickets from database for jails with persistent ban (if bantime = -1) 2017-06-15 18:28:37 +02:00
datedetectortestcase.py Implemented zone abbreviations (DST, etc.) and abbr+-offset functionality (accept zones like 'CET+0100'), for the list of abbreviations see strptime.TZ_STR; 2017-06-09 20:29:34 +02:00
dummyjail.py RF: make Jail new style class, avoiding multiple inheritance with object 2015-12-29 12:49:24 +01:00
fail2banclienttestcase.py review: documentation, small enhancement of fail2ban-client to test time abbreviation format: 2017-07-11 14:03:00 +02:00
fail2banregextestcase.py amend to gh-1792: introduced new fail2ban-regex option "--timezone" ("--TZ"), to set time-zone used by convert of time format. 2017-08-08 12:55:13 +02:00
failmanagertestcase.py output execution time of each test case if verbosity > 2 2017-03-14 13:34:54 +01:00
filtertestcase.py New logtimezone jail option 2017-05-23 17:39:37 +02:00
misctestcase.py more precise date template handling (WARNING: this commit creates possible incompatibilities): 2016-10-17 11:20:27 +02:00
samplestestcase.py SampleRegexsFactory: introduce opportunity to supply multiple options combinations (check lines using filters with several options), see for example filter sshd.conf 2017-07-10 19:57:02 +02:00
servertestcase.py New logtimezone jail option 2017-05-23 17:39:37 +02:00
sockettestcase.py more precise date template handling (WARNING: this commit creates possible incompatibilities): 2016-10-17 11:20:27 +02:00
tickettestcase.py introduced new flag "banned" as property, used to recognize the ticket was really banned; 2016-09-09 16:12:48 +02:00
utils.py Merge remote-tracking branch 'remotes/gh-upstream/master' into 0.10 2017-04-20 21:54:56 +02:00