X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=blobdiff_plain;f=tools%2Fodl-mdsal-clustering-tests%2Fclustering-performance-test%2Finventory_read_blaster.py;h=eefe01fa42be0a588d71706dabe4ad23126a85d9;hp=94a3c4d5e2f2f6cc26ca9a08de58cda008015470;hb=7ef28e701bb30353fe438e97c635e05130f23b84;hpb=9bd49ac057331e960542fdc38d3eedd7e282d046 diff --git a/tools/odl-mdsal-clustering-tests/clustering-performance-test/inventory_read_blaster.py b/tools/odl-mdsal-clustering-tests/clustering-performance-test/inventory_read_blaster.py index 94a3c4d5e2..eefe01fa42 100755 --- a/tools/odl-mdsal-clustering-tests/clustering-performance-test/inventory_read_blaster.py +++ b/tools/odl-mdsal-clustering-tests/clustering-performance-test/inventory_read_blaster.py @@ -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'