Merge "Fix vPE VNF characterization issues."
[yardstick.git] / tests / unit / network_services / vnf_generic / vnf / test_prox_helpers.py
index 2202c11..995b4a2 100644 (file)
@@ -934,7 +934,7 @@ class TestProxDpdkVnfSetupEnvHelper(unittest.TestCase):
             ],
         }
 
-        mock_find_path.side_effect = ['1', '2']
+        mock_find_path.side_effect = ['1', '2'] + [str(i) for i in range(len(vnf1['prox_files']))]
         vnfd_helper = mock.MagicMock()
         ssh_helper = mock.MagicMock()
         scenario_helper = ScenarioHelper('vnf1')