Merge "NSB PROX NFVi Test does not stop after reaching expected precision"
[yardstick.git] / yardstick / tests / unit / benchmark / runner / test_proxduration.py
index 3299c5b..056195f 100644 (file)
@@ -97,7 +97,7 @@ class ProxDurationRunnerTest(unittest.TestCase):
             {}, multiprocessing.Event(), mock.Mock())
 
         self._assert_defaults__worker_run_setup_and_teardown()
-        self.assertGreater(self.benchmark.my_method.call_count, 2)
+        self.assertGreater(self.benchmark.my_method.call_count, 0)
 
     def test__worker_process_called_without_cfg(self):
         scenario_cfg = {'runner': {}}