aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmma Foley <emma.l.foley@intel.com>2019-01-29 09:30:11 +0000
committerGerrit Code Review <gerrit@opnfv.org>2019-01-29 09:30:11 +0000
commitd3f601feee80cdc364238be96681a561e4eeebf4 (patch)
tree79cd1ef9c4bdd4f0c7adf1085e7040167d5a7b35
parente3871dda8a4deb1a0f7e72050cd9fbba6cc0ecb9 (diff)
parent4f49dce666740f9876e10a8174ae6c6e33cc10e2 (diff)
Merge "Remove redundant comment"
-rw-r--r--yardstick/ssh.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/yardstick/ssh.py b/yardstick/ssh.py
index 8bdc32c7c..2ebf40e98 100644
--- a/yardstick/ssh.py
+++ b/yardstick/ssh.py
@@ -89,14 +89,6 @@ def convert_key_to_str(key):
return k.getvalue()
-# class SSHError(Exception):
-# pass
-#
-#
-# class SSHTimeout(SSHError):
-# pass
-
-
class SSH(object):
"""Represent ssh connection."""