From: Cédric Ollivier Date: Wed, 30 May 2018 07:32:00 +0000 (+0200) Subject: Fix _do_execute() return code in vping_ssh X-Git-Tag: opnfv-6.2.0~18 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=84c775bc17ca5506929a81c3c0963e67e084aab5;p=functest.git Fix _do_execute() return code in vping_ssh Change-Id: I781e51bb56f6cdac8b347e7fd85e70c07eb69e23 Signed-off-by: Cédric Ollivier (cherry picked from commit 30e4106b56608595885e1b46ad4b668866ab9426) --- diff --git a/functest/opnfv_tests/openstack/vping/vping_ssh.py b/functest/opnfv_tests/openstack/vping/vping_ssh.py index dd864e084..1dfca89a3 100644 --- a/functest/opnfv_tests/openstack/vping/vping_ssh.py +++ b/functest/opnfv_tests/openstack/vping/vping_ssh.py @@ -114,7 +114,7 @@ class VPingSSH(vping_base.VPingBase): time.sleep(10) else: self.logger.error("cannot connect to %s", self.vm2.public_v4) - return False + return testcase.TestCase.EX_RUN_ERROR self.logger.debug("ssh: %s", self.ssh) (_, stdout, _) = self.ssh.exec_command(