Merge branch 'ONOS-Next' of https://github.com/OPENNETWORKINGLAB/ONLabTest into ONOS-Next
diff --git a/TestON/drivers/common/cli/onosclidriver.py b/TestON/drivers/common/cli/onosclidriver.py
index 898e9c1..2404a0d 100644
--- a/TestON/drivers/common/cli/onosclidriver.py
+++ b/TestON/drivers/common/cli/onosclidriver.py
@@ -892,10 +892,8 @@
                     str(host_id_one) + " " + str(host_id_two))
             self.handle.expect("onos>")
 
-            self.handle.sendline("")
-            self.handle.expect("onos>")
-
             handle = self.handle.before
+            print "handle =", handle
 
             main.log.info("Intent installed between "+
                     str(host_id_one) + " and " + str(host_id_two))