Ray Milkey a51656db71 Jenkins STC scripts require OCC to be set
Change-Id: I65e512af86560dd4fd16c6d5e61f573c764dd776
2018-07-06 21:35:05 +00:00

11 lines
294 B
Plaintext

# 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 OCC1="192.168.56.101"
export OCC2="192.168.56.102"
export OCN="192.168.56.103"
export ONOS_APPS="drivers,openflow,fwd,proxyarp,mobility"