Changing name onos_topology > topology
diff --git a/TestON/drivers/common/cli/onosclidriver.py b/TestON/drivers/common/cli/onosclidriver.py
index 77b92c4..01e5838 100644
--- a/TestON/drivers/common/cli/onosclidriver.py
+++ b/TestON/drivers/common/cli/onosclidriver.py
@@ -278,7 +278,7 @@
             main.cleanup()
             main.exit()
 
-    def onos_topology(self):
+    def topology(self):
         '''
         Shows the current state of the topology
         by issusing command: 'onos> onos:topology'
@@ -286,6 +286,7 @@
         try:
             self.handle.sendline("")
             self.handle.expect("onos>")
+            #either onos:topology or 'topology' will work in CLI
             self.handle.sendline("onos:topology")
             self.handle.expect("onos>")