mirror of https://github.com/fail2ban/fail2ban
TST: separate out DNS based IgnoreIP tests
parent
c13b91fa70
commit
33d96ae462
|
@ -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 New Issue