aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/vTC/apexlake/experimental_framework/benchmarking_unit.py
diff options
context:
space:
mode:
authorVincenzo Riccobene <vincenzox.m.riccobene@intel.com>2016-01-05 15:28:05 +0000
committerJörgen Karlsson <jorgen.w.karlsson@ericsson.com>2016-01-06 22:21:41 +0000
commit2f76296ddd88451361f2b47035afdafb3130f47e (patch)
tree7330f1fbbb13af23e0d132825b16fea94463b001 /yardstick/vTC/apexlake/experimental_framework/benchmarking_unit.py
parentb58118df120637120d853786a82194ae2d550e57 (diff)
Fix some small things in ApexLake tests
JIRA: YARDSTICK-35 Change-Id: I280365dd64d2f6c00befb984acd0d4c9ca2645bd Signed-off-by: Vincenzo Riccobene <vincenzo.m.riccobene@intel.com> Signed-off-by: Vincenzo Riccobene <vincenzox.m.riccobene@intel.com>
Diffstat (limited to 'yardstick/vTC/apexlake/experimental_framework/benchmarking_unit.py')
-rw-r--r--yardstick/vTC/apexlake/experimental_framework/benchmarking_unit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yardstick/vTC/apexlake/experimental_framework/benchmarking_unit.py b/yardstick/vTC/apexlake/experimental_framework/benchmarking_unit.py
index 1a19826ca..1963696f8 100644
--- a/yardstick/vTC/apexlake/experimental_framework/benchmarking_unit.py
+++ b/yardstick/vTC/apexlake/experimental_framework/benchmarking_unit.py
@@ -188,7 +188,7 @@ class BenchmarkingUnit:
for key in benchmark.get_params():
experiment[key] = benchmark.get_params()[key]
common.LOG.info('Benchmark Finished')
- self.data_manager.generate_result_csv_file()
+ # self.data_manager.generate_result_csv_file()
common.LOG.info('Benchmarking Unit: Experiments completed!')
return result