mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-17 18:32:28 +02:00
Few fixes to the cell setup related scripts after the removal
of ONOS_CELL from the cell config files. Change-Id: I97c2d1f8d191f59db00a455281bbba7f04383335
This commit is contained in:
parent
38b4d9d9ec
commit
d5dac1b4a9
@ -29,7 +29,7 @@ if ( ! $?KARAF ) then
|
||||
endif
|
||||
setenv KARAF_LOG $KARAF/data/log/karaf.log
|
||||
|
||||
alias onos-setup-cell ' ( $ONOS_ROOT/tools/test/bin/onos-show-cell \!^ ) && setenv ONOS_CELL \!^'
|
||||
alias onos-setup-cell ' ( env ONOS_CELL=\!^ $ONOS_ROOT/tools/test/bin/onos-show-cell \!^ ) && setenv ONOS_CELL \!^'
|
||||
|
||||
set path=( $path $ONOS_ROOT/tools/dev/bin $ONOS_ROOT/tools/test/bin )
|
||||
set path=( $path $ONOS_ROOT/tools/build )
|
||||
|
@ -40,7 +40,6 @@ fi
|
||||
# Load the cell setup
|
||||
. $ONOS_ROOT/tools/test/cells/${cell}
|
||||
|
||||
echo "ONOS_CELL=${ONOS_CELL}"
|
||||
echo "ONOS_NIC=${ONOS_NIC}"
|
||||
for n in {0..9}; do
|
||||
ocn="OC${n}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user