diff options
Diffstat (limited to 'vnftest/runners/dynamictp.py')
-rwxr-xr-x | vnftest/runners/dynamictp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnftest/runners/dynamictp.py b/vnftest/runners/dynamictp.py index e394567..e26a2bb 100755 --- a/vnftest/runners/dynamictp.py +++ b/vnftest/runners/dynamictp.py @@ -153,7 +153,7 @@ def _worker_process(queue, cls, method_name, step_cfg, class IterationRunner(base.Runner): - """Run a step to find the max throughput + """Run a step several times in a loop If the step ends before the time has elapsed, it will be started again. |