Corrected indentaion for the description added to start_onos_cli. Should have run it once after
adding the description :-(
diff --git a/TestON/drivers/common/cli/onosclidriver.py b/TestON/drivers/common/cli/onosclidriver.py
index 7e6f142..b5878c8 100644
--- a/TestON/drivers/common/cli/onosclidriver.py
+++ b/TestON/drivers/common/cli/onosclidriver.py
@@ -173,11 +173,11 @@
             main.exit()
         
     def start_onos_cli(self, ONOS_ip, karafTimeout=""):
-    '''
-    karafTimeout is an optional arugument. karafTimeout value passed by user would be used to set the 
-    current karaf shell idle timeout. Note that when ever this property is modified the shell will exit and
-    the subsequent login would reflect new idle timeout.
-    '''
+        '''
+        karafTimeout is an optional arugument. karafTimeout value passed by user would be used to set the 
+        current karaf shell idle timeout. Note that when ever this property is modified the shell will exit and
+        the subsequent login would reflect new idle timeout.
+        '''
         try:
             self.handle.sendline("")
             x = self.handle.expect([