commit | 461f0872e922af0a79f48643a59ca17fda06e7c0 | [log] [tgz] |
---|---|---|
author | Devin Lim <devin@onlab.us> | Mon Jun 05 16:49:33 2017 -0700 |
committer | Devin Lim <devin@onlab.us> | Tue Jun 06 17:40:26 2017 -0700 |
tree | 8c2bef053a8bf389eb38865233a4cebbf8bc5a62 | |
parent | ffff6f6b40fd971e37e96e7390d4b6d70bb6c805 [diff] [blame] |
[ONOS-6595] Allow TestOn to run with non-default username Change-Id: Ia88e0435c81b39582ad3125ece5a60ea69b0e9db
diff --git a/TestON/tests/USECASE/USECASE_SdnipFunction/USECASE_SdnipFunction.py b/TestON/tests/USECASE/USECASE_SdnipFunction/USECASE_SdnipFunction.py index 4ca92c7..69e9aef 100644 --- a/TestON/tests/USECASE/USECASE_SdnipFunction/USECASE_SdnipFunction.py +++ b/TestON/tests/USECASE/USECASE_SdnipFunction/USECASE_SdnipFunction.py
@@ -91,7 +91,7 @@ cellAppString = main.params[ 'ENV' ][ 'appString' ] main.ONOSbench.createCellFile( main.ONOSbench.ip_address, cellName, main.Mininet.ip_address, - cellAppString, ipList ) + cellAppString, ipList, main.ONOScli1.user_name ) main.step( "Applying cell variable to environment" ) cellResult = main.ONOSbench.setCell( cellName )