Append 3 more punt path protection TCs
[integration/test.git] / tools / odl-mdsal-clustering-tests / clustering-functional-test / settings.py
index c7d9bf8d99c3df978ad8003cb2e8ea2f3ab784c1..053cde70e47b83ab2bd7034b260c2e9b14e4807d 100644 (file)
@@ -1,8 +1,3 @@
-__author__ = "Basheeruddin Ahmed"
-__copyright__ = "Copyright(c) 2014, Cisco Systems, Inc."
-__license__ = "New-style BSD"
-__email__ = "syedbahm@cisco.com"
-
 from string import Template
 
 # helps in taking the hostname entered by the user
@@ -10,6 +5,12 @@ global hostname
 global port
 
 
+__author__ = "Basheeruddin Ahmed"
+__copyright__ = "Copyright(c) 2014, Cisco Systems, Inc."
+__license__ = "New-style BSD"
+__email__ = "syedbahm@cisco.com"
+
+
 def getServer():
     return hostname + ":" + port  # noqa