X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=yardstick%2Ferror.py;h=f22e7e049b398eb4b31eccdc41804cae5be16129;hb=refs%2Fchanges%2F97%2F58797%2F2;hp=9b84de1afdae920b21445c76834b735810e6a3cd;hpb=6e5ec7f0f6f1a5a82eeab2650639fc303885bcd6;p=yardstick.git diff --git a/yardstick/error.py b/yardstick/error.py index 9b84de1af..f22e7e049 100644 --- a/yardstick/error.py +++ b/yardstick/error.py @@ -13,16 +13,6 @@ # limitations under the License. -class SSHError(Exception): - """Class handles ssh connection error exception""" - pass - - -class SSHTimeout(SSHError): - """Class handles ssh connection timeout exception""" - pass - - class IncorrectConfig(Exception): """Class handles incorrect configuration during setup""" pass