aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/benchmark/runners/dynamictp.py
diff options
context:
space:
mode:
Diffstat (limited to 'yardstick/benchmark/runners/dynamictp.py')
-rwxr-xr-xyardstick/benchmark/runners/dynamictp.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/yardstick/benchmark/runners/dynamictp.py b/yardstick/benchmark/runners/dynamictp.py
index afff27d75..2f5f7e4f4 100755
--- a/yardstick/benchmark/runners/dynamictp.py
+++ b/yardstick/benchmark/runners/dynamictp.py
@@ -33,6 +33,7 @@ LOG = logging.getLogger(__name__)
def _worker_process(queue, cls, method_name, scenario_cfg,
context_cfg, aborted): # pragma: no cover
+ queue.cancel_join_thread()
runner_cfg = scenario_cfg['runner']
iterations = runner_cfg.get("iterations", 1)
interval = runner_cfg.get("interval", 1)