diff options
author | ahothan <ahothan@cisco.com> | 2019-05-28 16:13:43 -0700 |
---|---|---|
committer | ahothan <ahothan@cisco.com> | 2019-05-29 09:39:48 -0700 |
commit | cdbb08859533a4c3e698735ab2ee98d2532aa1c8 (patch) | |
tree | 1bf8709b5e708bbbc31e717ae777fc94b1cf0638 /test/test_chains.py | |
parent | 7e9ef3835fdc7dc95c42e32fc4d0f804e90efac5 (diff) |
NFVBENCH-136 Add support for multiqueue for PVP/PVVP chains3.3.0
Change-Id: Ia6bc2b1f97ecdf1d94206f9cda46e62910eb6546
Signed-off-by: ahothan <ahothan@cisco.com>
Diffstat (limited to 'test/test_chains.py')
-rw-r--r-- | test/test_chains.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_chains.py b/test/test_chains.py index f7a2ce3..5490dfc 100644 --- a/test/test_chains.py +++ b/test/test_chains.py @@ -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') |