From c2c8b6b181026c5aaf9bcea655dcb2f4a2b1cad8 Mon Sep 17 00:00:00 2001 From: Emma Foley Date: Thu, 30 Nov 2017 00:20:09 +0000 Subject: [PATCH] Move tests: unit/test_ssh.py Change-Id: I0eabdd5d7e918dcf0df747119a104dedf125606f Jira: YARDSTICK-837 Signed-off-by: Emma Foley --- {tests => yardstick/tests}/unit/test_ssh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {tests => yardstick/tests}/unit/test_ssh.py (99%) 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: -- 2.16.6