diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2017-12-05 19:56:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-12-05 19:56:59 +0000 |
commit | 0273da05f68727835b5fc778f54eb70ccae209d8 (patch) | |
tree | 8850efe34152afb74edc272fbb6d4cbae4a90ba0 /functest/opnfv_tests/openstack/vping/vping_ssh.py | |
parent | 90b8e7922a42defb3e571a0a8e81306e9abc0fe3 (diff) | |
parent | 0da9c0665df587b97129472b38c52dd6c1ab12a4 (diff) |
Merge "Fix pylint errors of vping"
Diffstat (limited to 'functest/opnfv_tests/openstack/vping/vping_ssh.py')
-rw-r--r-- | functest/opnfv_tests/openstack/vping/vping_ssh.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/opnfv_tests/openstack/vping/vping_ssh.py b/functest/opnfv_tests/openstack/vping/vping_ssh.py index 0d92a7e1..7df767ed 100644 --- a/functest/opnfv_tests/openstack/vping/vping_ssh.py +++ b/functest/opnfv_tests/openstack/vping/vping_ssh.py @@ -158,7 +158,7 @@ class VPingSSH(vping_base.VPingBase): 'functest.opnfv_tests.openstack.vping', 'ping.sh') try: scp.put(ping_script, "~/") - except Exception: + except Exception: # pylint: disable=broad-except self.logger.error("Cannot SCP the file '%s'", ping_script) return False |