commit | bcc8df99cad195ca216e6ecd79630bcb094c40b1 | [log] [tgz] |
---|---|---|
author | andrewonlab <andrew@onlab.us> | Fri Oct 10 00:43:07 2014 -0400 |
committer | andrewonlab <andrew@onlab.us> | Fri Oct 10 00:43:07 2014 -0400 |
tree | 8e1da9c4d0488a1cae7dd4c17f2130e96f5b446b | |
parent | 8a3528beaecdcb1688277bdc5bb5761e0f7788ad [diff] |
Minor change to ONOSNextTest.py
diff --git a/TestON/tests/ONOSNextTest/ONOSNextTest.py b/TestON/tests/ONOSNextTest/ONOSNextTest.py index c812295..b6e44de 100755 --- a/TestON/tests/ONOSNextTest/ONOSNextTest.py +++ b/TestON/tests/ONOSNextTest/ONOSNextTest.py
@@ -119,4 +119,4 @@ main.step("Sending command 'onos -w <onos-ip> system:name") cmd_result = main.ONOSbench.onos_cli(ONOS1_ip, cmdstr) - print cmd_result + main.log.info("onos command returned: "+cmd_result)