X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tools%2Fodl-mdsal-clustering-tests%2Fclustering-performance-test%2Finventory_read_blaster.py;fp=tools%2Fodl-mdsal-clustering-tests%2Fclustering-performance-test%2Finventory_read_blaster.py;h=87a19ebc85dc3c53907be59c332e1406866a180a;hb=98377f57923b2569818d76d9bb14460c15548968;hp=eefe01fa42be0a588d71706dabe4ad23126a85d9;hpb=2b3b9d1209357e6c0bd2335b3193e5178edfe3a8;p=integration%2Ftest.git 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 eefe01fa42..87a19ebc85 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 @@ -33,7 +33,7 @@ class Timer(object): self.secs = self.end - self.start self.msecs = self.secs * 1000 # millisecs if self.verbose: - print ("elapsed time: %f ms" % self.msecs) + print("elapsed time: %f ms" % self.msecs) def read(hosts, port, auth, datastore, print_lock, cycles, results_queue):