summaryrefslogtreecommitdiffstats
path: root/framework/src/onos/tools/test/cells/aaron_local_cell
blob: e3b5f73493df4b8e77c63a97a62cd966ef9f7477 (plain)
1
2
3
4
5
6
7
8
9
10
# Local VirtualBox-based ONOS instances 1,2 & ONOS mininet box

export ONOS_NIC=192.168.56.*
export OC1="192.168.56.101"
export OC2="192.168.56.102"
export OC3="192.168.56.103"
export OCN="192.168.56.100"

export ONOS_USE_SSH=true
export ONOS_APPS="drivers,openflow,fwd,proxyarp,mobility"