commit | 0872a1743c9563951722596b0fd24f7a921f9e5b | [log] [tgz] |
---|---|---|
author | tom <tom@onlab.us> | Tue Sep 23 11:24:26 2014 -0700 |
committer | tom <tom@onlab.us> | Tue Sep 23 11:24:26 2014 -0700 |
tree | 6e221b6499b577d6776d64d723cb1662ca792023 | |
parent | ac60c089d24472f2b0fadfb2e7b94cc6e3b80a16 [diff] |
Fixed a number of CLI commands. Refactored the StoreService/Manager stuff for common serializer pool.
diff --git a/tools/test/cells/local b/tools/test/cells/local index 37911dd..3d71a1e 100644 --- a/tools/test/cells/local +++ b/tools/test/cells/local
@@ -1,7 +1,8 @@ -# Default virtual box ONOS instances 1,2 & 3 +# Default virtual box ONOS instances 1,2 & ONOS mininet box export OC1="192.168.56.101" export OC2="192.168.56.102" -export OC3="192.168.56.103" + +export OCN="192.168.56.103"