commit | dc78e201cd28657da9cd0644f00fcc45c78d84a2 | [log] [tgz] |
---|---|---|
author | Devin Lim <devin@onlab.us> | Fri Jun 09 18:30:07 2017 -0700 |
committer | Devin Lim <devin@onlab.us> | Mon Jun 12 17:13:04 2017 -0700 |
tree | 4ff6817b39e60f6deaf2fe39ddf10dce25b38a8d | |
parent | 7b60dcbb1f40ef92849bdc8a7774e023dd59ae02 [diff] [blame] |
[ONOS-6619] Allow different bash prompts in TestON components, Also including part of ONOS-6595 Change-Id: I31c923347dd8fac018aaf47868394552a2deefbc
diff --git a/TestON/tests/MISC/SCPFbatchFlowResp/SCPFbatchFlowResp.py b/TestON/tests/MISC/SCPFbatchFlowResp/SCPFbatchFlowResp.py index 70bad52..d2a55bb 100644 --- a/TestON/tests/MISC/SCPFbatchFlowResp/SCPFbatchFlowResp.py +++ b/TestON/tests/MISC/SCPFbatchFlowResp/SCPFbatchFlowResp.py
@@ -95,7 +95,7 @@ main.step( "Create onos cell file with: " + main.apps ) main.ONOSbench.createCellFile( main.ONOSbench.ip_address, "temp", main.Mininet1.ip_address, main.apps, - tempOnosIp, main.ONOScli1.user_name ) + tempOnosIp, main.ONOScli1.karafUser ) main.step( "Apply cell to environment" ) cellResult = main.ONOSbench.setCell( "temp" )