summaryrefslogtreecommitdiffstats
path: root/yardstick/benchmark/contexts/heat.py
diff options
context:
space:
mode:
authorRex Lee <limingjiang@huawei.com>2017-03-09 01:25:03 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-03-09 01:25:03 +0000
commitcd393f1255f09c836461be06edee7e950081fe7e (patch)
tree1ed7a5778c6ae9234d3148f34066f51b0186d7c6 /yardstick/benchmark/contexts/heat.py
parent8b8d99ac86d62e1816353b1eccf0811aed965d7f (diff)
parentaf3478e95314b5147c7837831dc8113d552ba067 (diff)
Merge "Bugfix: yardstick will create stacks with the same name when run using API in parallel"
Diffstat (limited to 'yardstick/benchmark/contexts/heat.py')
-rw-r--r--yardstick/benchmark/contexts/heat.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/yardstick/benchmark/contexts/heat.py b/yardstick/benchmark/contexts/heat.py
index 479548b34..64d913a47 100644
--- a/yardstick/benchmark/contexts/heat.py
+++ b/yardstick/benchmark/contexts/heat.py
@@ -257,6 +257,8 @@ class HeatContext(Context):
except OSError:
LOG.exception("Key filename %s", self.key_filename)
+ super(HeatContext, self).undeploy()
+
def _get_server(self, attr_name):
"""lookup server info by name from context
attr_name: either a name for a server created by yardstick or a dict