diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-06-13 11:04:28 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-06-13 11:04:28 +0200 |
commit | c1f3735e32c61ffedb04bdc542a142ac04f6dbd7 (patch) | |
tree | d047cf846726cc97986804c3fdafeac7220b9902 /testcases/security_scan/connect.py | |
parent | 9b8807120318bceb14fb7c1012652e04fe06b40a (diff) |
Fix flake8 violations
Change-Id: I911eab6d4c0cdcfcf4d75f03e91c528d3388876c
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'testcases/security_scan/connect.py')
-rw-r--r-- | testcases/security_scan/connect.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testcases/security_scan/connect.py b/testcases/security_scan/connect.py index d0ef02d56..cee83ddc5 100644 --- a/testcases/security_scan/connect.py +++ b/testcases/security_scan/connect.py @@ -23,6 +23,7 @@ INSTALLER_IP = os.getenv('INSTALLER_IP') logger = ft_logger.Logger("security_scan").getLogger() paramiko.util.log_to_file("/var/log/paramiko.log") + class setup: def __init__(self, *args): self.args = args |