Merge "Yardstick TC082: move sample test case perf.yaml"
[yardstick.git] / yardstick / benchmark / scenarios / availability / director.py
index c9187c3..f152af0 100644 (file)
@@ -111,3 +111,8 @@ class Director(object):
         while self.executionSteps:
             singleStep = self.executionSteps.pop()
             singleStep.rollback()
+
+    def store_result(self, result):
+        LOG.debug("store result ....")
+        if hasattr(self, 'monitorMgr'):
+            self.monitorMgr.store_result(result)