NFVBENCH-136 Add support for multiqueue for PVP/PVVP chains
[nfvbench.git] / test / test_chains.py
index f7a2ce3..5490dfc 100644 (file)
@@ -103,7 +103,7 @@ def test_chain_runner_ext_no_openstack():
 
 
 def _mock_find_image(self, image_name):
-    return True
+    return MagicMock()
 
 @patch.object(Compute, 'find_image', _mock_find_image)
 @patch('nfvbench.chaining.Client')