tom | 0872a17 | 2014-09-23 11:24:26 -0700 | [diff] [blame] | 1 | # Default virtual box ONOS instances 1,2 & ONOS mininet box |
tom | 7d197c4 | 2014-09-24 16:48:29 -0700 | [diff] [blame] | 2 | . $ONOS_ROOT/tools/test/cells/.reset |
tom | 5c058e8 | 2014-09-19 08:48:05 -0700 | [diff] [blame] | 3 | |
tom | defed6f | 2014-09-29 11:37:02 -0700 | [diff] [blame] | 4 | export ONOS_NIC=192.168.56.* |
5 | |||||
tom | 5c058e8 | 2014-09-19 08:48:05 -0700 | [diff] [blame] | 6 | export OC1="192.168.56.101" |
7 | export OC2="192.168.56.102" | ||||
tom | 0872a17 | 2014-09-23 11:24:26 -0700 | [diff] [blame] | 8 | |
9 | export OCN="192.168.56.103" | ||||
tom | 5c058e8 | 2014-09-19 08:48:05 -0700 | [diff] [blame] | 10 | |
11 |