X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=yardstick%2Fssh.py;h=8bdc32c7c8d27f870d71b8d25e11c4c5f191d23d;hb=dfb534bbd7ab1454c1ad3b63d0b785e3050c1962;hp=69428f3af788ebf4652c7410f5ef607659a47bea;hpb=0b7647a5a6c85a8a1762ec4482004107989c8550;p=yardstick.git diff --git a/yardstick/ssh.py b/yardstick/ssh.py index 69428f3af..8bdc32c7c 100644 --- a/yardstick/ssh.py +++ b/yardstick/ssh.py @@ -499,7 +499,7 @@ class AutoConnectSSH(SSH): """ Don't close anything, just force creation of a new client """ self._client = False - def execute(self, cmd, stdin=None, timeout=3600, raise_on_error=True): + def execute(self, cmd, stdin=None, timeout=3600, raise_on_error=False): self._connect() return super(AutoConnectSSH, self).execute(cmd, stdin, timeout, raise_on_error)