Printing out iterations

Change-Id: I32e3f0ecd4adbe1c8e7ea36fd388ba492ba384e1
diff --git a/TestON/tests/SCPFportLat/SCPFportLat.py b/TestON/tests/SCPFportLat/SCPFportLat.py
index b900825..b4c0721 100644
--- a/TestON/tests/SCPFportLat/SCPFportLat.py
+++ b/TestON/tests/SCPFportLat/SCPFportLat.py
@@ -242,6 +242,7 @@
         portDownLinkToGraphNodeIter = numpy.zeros((clusterCount, int(numIter)))
 
         for i in range(0, int(numIter)):
+            main.log.report('Iteration: ' + str(i+1) + ' ClusterCount: ' + str(clusterCount))
             main.step('Starting wireshark capture for port status down')
             main.ONOSbench.tsharkGrep(tsharkPortStatus, tsharkPortDown)