From: Emma Foley Date: Thu, 30 Nov 2017 00:20:09 +0000 (+0000) Subject: Move tests: unit/test_ssh.py X-Git-Tag: opnfv-6.0.0~220 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F01%2F48201%2F7;p=yardstick.git Move tests: unit/test_ssh.py Change-Id: I0eabdd5d7e918dcf0df747119a104dedf125606f Jira: YARDSTICK-837 Signed-off-by: Emma Foley --- diff --git a/tests/unit/test_ssh.py b/yardstick/tests/unit/test_ssh.py similarity index 99% rename from tests/unit/test_ssh.py rename to yardstick/tests/unit/test_ssh.py index 88699fd85..dbaae8c37 100644 --- a/tests/unit/test_ssh.py +++ b/yardstick/tests/unit/test_ssh.py @@ -262,7 +262,7 @@ class SSHTestCase(unittest.TestCase): self.test_client.execute.mock_calls) @mock.patch("yardstick.ssh.paramiko") - def test_send_command(self, mock_paramiko): + def test_send_command(self, _): paramiko_sshclient = self.test_client._get_client() with mock.patch.object(paramiko_sshclient, "exec_command") \ as mock_paramiko_exec_command: