X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=yardstick%2FvTC%2Fapexlake%2Ftests%2Fbenchmarking_unit_test.py;h=652327aabcc0eb9edfdd3bc4134f9583d31ba1eb;hb=174560a6b7d4a23763564fcfc87c2dd7e60aa241;hp=ccf64066aa119fb2438c500e9a63fd614b7fb448;hpb=2f76296ddd88451361f2b47035afdafb3130f47e;p=yardstick.git diff --git a/yardstick/vTC/apexlake/tests/benchmarking_unit_test.py b/yardstick/vTC/apexlake/tests/benchmarking_unit_test.py index ccf64066a..652327aab 100644 --- a/yardstick/vTC/apexlake/tests/benchmarking_unit_test.py +++ b/yardstick/vTC/apexlake/tests/benchmarking_unit_test.py @@ -12,9 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -__author__ = 'vmriccox' - - import unittest import mock from experimental_framework.benchmarking_unit import BenchmarkingUnit @@ -24,6 +21,8 @@ import experimental_framework.common as common from experimental_framework.benchmarks.rfc2544_throughput_benchmark import \ RFC2544ThroughputBenchmark +__author__ = 'vmriccox' + # class DummyDataManager(DataManager): #