increase coverage (was decreased since "ignoreip" was set to default empty)

pull/1732/head
sebres 8 years ago
parent 6c4b1c7204
commit 663bc9903d

@ -780,6 +780,7 @@ class Fail2banServerTest(Fail2banClientServerBase):
"findtime = 10m", "findtime = 10m",
"failregex = ^\s*failure <F-ERRCODE>401|403</F-ERRCODE> from <HOST>", "failregex = ^\s*failure <F-ERRCODE>401|403</F-ERRCODE> from <HOST>",
"datepattern = {^LN-BEG}EPOCH", "datepattern = {^LN-BEG}EPOCH",
"ignoreip = 127.0.0.1/8 ::1", # just to cover ignoreip in jailreader/transmitter
"", "",
"[test-jail1]", "backend = " + backend, "filter =", "[test-jail1]", "backend = " + backend, "filter =",
"action = ", "action = ",

Loading…
Cancel
Save