X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tools%2Fodl-mdsal-clustering-tests%2Fclustering-performance-test%2Fconfig_cleanup.py;fp=tools%2Fodl-mdsal-clustering-tests%2Fclustering-performance-test%2Fconfig_cleanup.py;h=1dd17f273e2baea308766e91428d2fc99137e934;hb=7ef28e701bb30353fe438e97c635e05130f23b84;hp=6fe7d714a0653292f3514e6f12807bd0d8729022;hpb=9bd49ac057331e960542fdc38d3eedd7e282d046;p=integration%2Ftest.git diff --git a/tools/odl-mdsal-clustering-tests/clustering-performance-test/config_cleanup.py b/tools/odl-mdsal-clustering-tests/clustering-performance-test/config_cleanup.py index 6fe7d714a0..1dd17f273e 100755 --- a/tools/odl-mdsal-clustering-tests/clustering-performance-test/config_cleanup.py +++ b/tools/odl-mdsal-clustering-tests/clustering-performance-test/config_cleanup.py @@ -1,12 +1,14 @@ #!/usr/bin/python +import argparse +import requests +import sys + + __author__ = "Jan Medved" __copyright__ = "Copyright(c) 2014, Cisco Systems, Inc." __license__ = "New-style BSD" __email__ = "jmedved@cisco.com" -import argparse -import requests -import sys getheaders = {'Accept': 'application/json'}