Fix small bugs for running Apexlake on Montreal testbed
[yardstick.git] / yardstick / vTC / apexlake / tests / benchmarking_unit_test.py
index ccf6406..652327a 100644 (file)
@@ -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):
 #