https://gerrit.onosproject.org/#/c/5235/
above commit was merged before comments were fixed.

Change-Id: Ib87e2f210c6fadcdfb69795cfbc21441fe004d93
diff --git a/TestON/drivers/common/cli/emulator/mininetclidriver.py b/TestON/drivers/common/cli/emulator/mininetclidriver.py
index 18607a0..1d75ae4 100644
--- a/TestON/drivers/common/cli/emulator/mininetclidriver.py
+++ b/TestON/drivers/common/cli/emulator/mininetclidriver.py
@@ -469,7 +469,7 @@
             isReachable = main.TRUE
             cmd = " ping6 -c 1 -i 1 -W 8 "
             pingResponse = ""
-            main.log.info("Pingall output:")
+            main.log.info("IPv6 Pingall output:")
             for host in hostList:
                 listIndex = hostList.index( host )
                 # List of hosts to ping other than itself