diff options
Diffstat (limited to 'vnftest/runners')
-rwxr-xr-x | vnftest/runners/base.py | 1 | ||||
-rwxr-xr-x | vnftest/runners/dynamictp.py | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/vnftest/runners/base.py b/vnftest/runners/base.py index c00a4cd..f13d0d6 100755 --- a/vnftest/runners/base.py +++ b/vnftest/runners/base.py @@ -27,7 +27,6 @@ from Queue import Empty import vnftest.common.utils as utils from vnftest.steps import base as base_step from vnftest.onap.onap_api_call import OnapApiCall -from vnftest.onap.package_upload import PackageUpload log = logging.getLogger(__name__) 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. |