Updated code to match new rules
[integration/test.git] / tools / odl-mdsal-clustering-tests / clustering-performance-test / shard_perf_test.py
index 328975a1e8a9b7dbe281baaa6977391ae2bbcda7..6b631eaaf46249f66b669340457c63a849c4787c 100755 (executable)
@@ -1,9 +1,4 @@
 #!/usr/bin/python
-__author__ = "Jan Medved"
-__copyright__ = "Copyright(c) 2014, Cisco Systems, Inc."
-__license__ = "New-style BSD"
-__email__ = "jmedved@cisco.com"
-
 from random import randrange
 import json
 import argparse
@@ -13,6 +8,12 @@ import sys
 import requests
 
 
+__author__ = "Jan Medved"
+__copyright__ = "Copyright(c) 2014, Cisco Systems, Inc."
+__license__ = "New-style BSD"
+__email__ = "jmedved@cisco.com"
+
+
 class Counter(object):
     def __init__(self, start=0):
         self.lock = threading.Lock()