commit | 5266b56daf7dd0e8b19653fd3724b02337d929dc | [log] [tgz] |
---|---|---|
author | Shreya Shah <shreya@onlab.us> | Wed Oct 29 19:56:03 2014 -0400 |
committer | Shreya Shah <shreya@onlab.us> | Wed Oct 29 19:56:03 2014 -0400 |
tree | 1d55d3a571bc4d67e7dd1d9e144d5836805b7fb8 | |
parent | 4f25fdf9d508a58ec7d80820de660aebf6ebcadd [diff] | |
parent | 978dff62b9e84db76787f1c13f9fa0f1911df5f4 [diff] |
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))