Merge "Replace nova attach volume to server with shade client."
[yardstick.git] / yardstick / tests / unit / benchmark / contexts / standalone / test_model.py
index 7078c89..72e684a 100644 (file)
@@ -478,7 +478,7 @@ class OvsDeployTestCase(unittest.TestCase):
 
     def setUp(self):
         self._mock_ssh = mock.patch.object(ssh, 'SSH')
-        self.mock_ssh = self._mock_ssh .start()
+        self.mock_ssh = self._mock_ssh.start()
         self.ovs_deploy = model.OvsDeploy(self.mock_ssh,
                                           '/tmp/dpdk-devbind.py',
                                           self.OVS_DETAILS)