summaryrefslogtreecommitdiffstats
path: root/vnftest/runners/dynamictp.py
diff options
context:
space:
mode:
authorMoshe <moshehoa@amdocs.com>2018-03-26 13:54:47 +0300
committerMoshe <moshehoa@amdocs.com>2018-03-26 13:54:56 +0300
commit4391bbd783c9ca51eef7883b61292ff1b1beba7c (patch)
tree4a60c271553c42363c808527fe59d7ac66522362 /vnftest/runners/dynamictp.py
parentea90f9ba9d0e317dfc5521dda9946844b7336abd (diff)
Add unit tests to improve coverage
Issue-ID: VNFSDK-183 Change-Id: I26d2412d3fcfd25431722a3da7cb40b23e2a98b4 Signed-off-by: Moshe <moshehoa@amdocs.com>
Diffstat (limited to 'vnftest/runners/dynamictp.py')
-rwxr-xr-xvnftest/runners/dynamictp.py2
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.