Fix small things for integration of ApexLake with Yardstick
[yardstick.git] / yardstick / vTC / apexlake / tests / deployment_unit_test.py
index 4c70102..46b3283 100644 (file)
@@ -202,11 +202,12 @@ class TestDeploymentUnit(unittest.TestCase):
                                          parameters, 0)
         self.assertEqual(output, True)
 
+    @mock.patch('experimental_framework.common.LOG')
     @mock.patch('experimental_framework.heat_manager.HeatManager',
                 side_effect=DummyHeatManagerFailed)
     @mock.patch('os.path.isfile')
     def test_deploy_heat_template_for_success_2(self, mock_os_is_file,
-                                                mock_heat_manager):
+                                                mock_heat_manager, mock_log):
         mock_os_is_file.return_value = True
         du = DummyDeploymentUnit(dict())
         template_file = ''