commit | c4c812cb1afa815598d313ee1ce7a71236df7d2c | [log] [tgz] |
---|---|---|
author | pingping-lin <pingping@onlab.us> | Fri Nov 13 15:54:02 2015 -0800 |
committer | pingping-lin <pingping@onlab.us> | Fri Nov 13 15:54:02 2015 -0800 |
tree | 2de4a6354ebfdda9fea48731847b56c5482e4c44 | |
parent | 2da86e93c41d25d053090d34686a8441b7e4bc70 [diff] |
change cell environment Change-Id: I7c951eb9f2f7b8f6c1c2d7c1573aba22380babcd
diff --git a/TestON/tests/USECASE_SdnipFunction_fsfw/sdnip_single_instance b/TestON/tests/USECASE_SdnipFunction_fsfw/sdnip_single_instance index c2c51c6..dab2abe 100644 --- a/TestON/tests/USECASE_SdnipFunction_fsfw/sdnip_single_instance +++ b/TestON/tests/USECASE_SdnipFunction_fsfw/sdnip_single_instance
@@ -1,9 +1,9 @@ export ONOS_CELL="sdnip_single_instance" export ONOS_INSTALL_DIR="/opt/onos" -export ONOS_NIC=10.254.1.* -export OC1="10.254.1.201" -export OCN="127.0.0.1" +export ONOS_NIC=10.128.20.* +export OC1="10.128.20.11" +export OCN="10.128.20.12" export OCI="${OC1}" export ONOS_USER="sdn" # ONOS user on remote system export ONOS_PWD="rocks"