aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJing Lu <lvjing5@huawei.com>2017-03-21 01:15:16 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-03-21 01:15:16 +0000
commit59a633933aa9cfd9d807cdfa9e11187990921e85 (patch)
treef01fad6b67d3f6dbf9db3a73b342663d87de48ed
parentc1daa911ad1c42d08b239a78c92b7cbdca3cd97b (diff)
parentb4d82902a03c42c0dca7595be122892a95463d53 (diff)
Merge "Bugfix: netperf_bottleneck execute failed because is_same_heat_context return True"
-rw-r--r--yardstick/benchmark/core/task.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/yardstick/benchmark/core/task.py b/yardstick/benchmark/core/task.py
index 2794d84f4..47315b587 100644
--- a/yardstick/benchmark/core/task.py
+++ b/yardstick/benchmark/core/task.py
@@ -220,7 +220,6 @@ class Task(object): # pragma: no cover
target_attr: either a name for a server created by yardstick or a dict
with attribute name mapping when using external heat templates
"""
- return True
host = None
target = None
for context in self.contexts: