mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
TST: separate out DNS based IgnoreIP tests
This commit is contained in:
parent
c13b91fa70
commit
33d96ae462
1 changed files with 0 additions and 1 deletions
|
|
@ -211,7 +211,6 @@ class IgnoreIPDNS(IgnoreIP):
|
|||
def testIgnoreIPDNSNOK(self):
|
||||
# Test DNS
|
||||
self.filter.addIgnoreIP("www.epfl.ch")
|
||||
print self._log.getvalue()
|
||||
self.assertFalse(self.filter.inIgnoreIPList("127.177.50.10"))
|
||||
self.assertFalse(self.filter.inIgnoreIPList("128.178.50.11"))
|
||||
self.assertFalse(self.filter.inIgnoreIPList("128.178.50.13"))
|
||||
|
|
|
|||
Loading…
Reference in a new issue