X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tools%2Fmdsal_benchmark%2Fntfbenchmark.py;h=1fd649b692d1909b82b197fccdd7ed707b2a3f83;hb=refs%2Fchanges%2F08%2F32508%2F1;hp=1d887e3c90f14afb4a080fae8595f6b04e18c3e7;hpb=9bd49ac057331e960542fdc38d3eedd7e282d046;p=integration%2Ftest.git diff --git a/tools/mdsal_benchmark/ntfbenchmark.py b/tools/mdsal_benchmark/ntfbenchmark.py index 1d887e3c90..1fd649b692 100755 --- a/tools/mdsal_benchmark/ntfbenchmark.py +++ b/tools/mdsal_benchmark/ntfbenchmark.py @@ -7,15 +7,17 @@ # and is available at http://www.eclipse.org/legal/epl-v10.html ############################################################################## +import argparse +import requests +import json +import csv + + __author__ = "Jan Medved" __copyright__ = "Copyright(c) 2015, Cisco Systems, Inc." __license__ = "Eclipse Public License v1.0" __email__ = "jmedved@cisco.com" -import argparse -import requests -import json -import csv global BASE_URL