Committed by
Gerrit Code Review
Adding local cell definition.
Change-Id: I5a99a6b60e90fe6e2f451a30e862616cc8ffa7d6
Showing
1 changed file
with
10 additions
and
0 deletions
tools/test/cells/aaron_local_cell
0 → 100644
1 | +# Local VirtualBox-based ONOS instances 1,2 & ONOS mininet box | ||
2 | + | ||
3 | +export ONOS_NIC=192.168.56.* | ||
4 | +export OC1="192.168.56.101" | ||
5 | +export OC2="192.168.56.102" | ||
6 | +export OC3="192.168.56.103" | ||
7 | +export OCN="192.168.56.100" | ||
8 | + | ||
9 | +export ONOS_USE_SSH=true | ||
10 | +export ONOS_APPS="drivers,openflow,fwd,proxyarp,mobility" |
-
Please register or login to post a comment