X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tools%2Fodl-mdsal-clustering-tests%2Fclustering-functional-test%2Futil.py;fp=tools%2Fodl-mdsal-clustering-tests%2Fclustering-functional-test%2Futil.py;h=e1667dc48d9bee41d239a10ec6a01a161d55c696;hb=98377f57923b2569818d76d9bb14460c15548968;hp=aa34bc0d2ba802b56d4dff63fc2dbb8ba256f681;hpb=2b3b9d1209357e6c0bd2335b3193e5178edfe3a8;p=integration%2Ftest.git diff --git a/tools/odl-mdsal-clustering-tests/clustering-functional-test/util.py b/tools/odl-mdsal-clustering-tests/clustering-functional-test/util.py index aa34bc0d2b..e1667dc48d 100644 --- a/tools/odl-mdsal-clustering-tests/clustering-functional-test/util.py +++ b/tools/odl-mdsal-clustering-tests/clustering-functional-test/util.py @@ -40,7 +40,7 @@ def post(url, userId, password, data): resp = requests.post(url, data.encode(), headers=headers) - # print (resp.raise_for_status()) + # print(resp.raise_for_status()) print(resp.headers) return resp