Updated code to match new rules
[integration/test.git] / tools / odl-mdsal-clustering-tests / clustering-performance-test / inventory_read_blaster.py
index 94a3c4d5e2f2f6cc26ca9a08de58cda008015470..eefe01fa42be0a588d71706dabe4ad23126a85d9 100755 (executable)
@@ -1,9 +1,5 @@
 #!/usr/bin/python
 
-__author__ = "Gary Wu"
-__email__ = "gary.wu1@huawei.com"
-
-
 import requests
 import argparse
 import time
@@ -14,6 +10,11 @@ import collections
 
 from Queue import Queue
 
+
+__author__ = "Gary Wu"
+__email__ = "gary.wu1@huawei.com"
+
+
 GET_HEADERS = {'Accept': 'application/json'}
 
 INVENTORY_URL = 'http://%s:%d/restconf/%s/opendaylight-inventory:nodes'