commit | dd8999dcabe51a6bce2c92ba471103844a33cade | [log] [tgz] |
---|---|---|
author | Jeremy Songster <jeremy@onlab.us> | Fri Jun 10 11:27:20 2016 -0700 |
committer | Jeremy Songster <jeremy@onlab.us> | Fri Jun 10 11:27:20 2016 -0700 |
tree | 782e60769a3d6db475e229a1d61838ff0883eac2 | |
parent | 2baa44ea9450438b24afeeaa1f8242d4c09083da [diff] [blame] |
fix username passed to scp function call to prevent test crashes Change-Id: I56b0a3e6898d3c618b3d8029fcb90d21f9a1f8fd
diff --git a/TestON/tests/FUNC/FUNCnetconf/FUNCnetconf.py b/TestON/tests/FUNC/FUNCnetconf/FUNCnetconf.py index 6e4ae5a..874aecf 100644 --- a/TestON/tests/FUNC/FUNCnetconf/FUNCnetconf.py +++ b/TestON/tests/FUNC/FUNCnetconf/FUNCnetconf.py
@@ -267,7 +267,7 @@ "reinstalling ONOS" main.step( "Copying karaf logs" ) i = 0 - for cli in main.CLIs: + for cli in main.CLIs2: main.node = cli ip = main.ONOSip[ i ] main.node.ip_address = ip