Merge "paths: Modify algorithm for PATHS verification"
[vswitchperf.git] / testcases / performance.py
index 240d04a..a82b5d1 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 Intel Corporation.
+# Copyright 2015-2017 Intel Corporation.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -18,7 +18,6 @@ import logging
 
 from testcases import TestCase
 from tools.report import report
-from conf import settings as S
 
 class PerformanceTestCase(TestCase):
     """PerformanceTestCase class
@@ -35,4 +34,4 @@ class PerformanceTestCase(TestCase):
     def run_report(self):
         super(PerformanceTestCase, self).run_report()
         if self._tc_results:
-            report.generate(self._output_file, self._tc_results, self._collector.get_results(), self._type)
+            report.generate(self)