~ubuntu-branches/ubuntu/wily/fail2ban/wily-proposed

« back to all changes in this revision

Viewing changes to bin/fail2ban-testcases

  • Committer: Package Import Robot
  • Author(s): Yaroslav Halchenko
  • Date: 2015-07-31 21:34:10 UTC
  • mfrom: (1.2.13)
  • Revision ID: package-import@ubuntu.com-20150731213410-928fao1ss71tv5zt
Tags: 0.9.3-1
* Fresh upstream release
* debian/control -- adjusted description to mention what Recommends
  and Suggests are good for (Closes: #767114)

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
__license__ = "GPL"
26
26
 
27
27
import logging
28
 
import unittest, sys, time, os
 
28
import os
 
29
import sys
 
30
import time
 
31
import unittest
29
32
 
30
33
# Check if local fail2ban module exists, and use if it exists by 
31
34
# modifying the path. This is such that tests can be used in dev