Few fixes to the cell setup related scripts after the removal
of ONOS_CELL from the cell config files. Change-Id: I97c2d1f8d191f59db00a455281bbba7f04383335
Showing
2 changed files
with
1 additions
and
2 deletions
... | @@ -29,7 +29,7 @@ if ( ! $?KARAF ) then | ... | @@ -29,7 +29,7 @@ if ( ! $?KARAF ) then |
29 | endif | 29 | endif |
30 | setenv KARAF_LOG $KARAF/data/log/karaf.log | 30 | setenv KARAF_LOG $KARAF/data/log/karaf.log |
31 | 31 | ||
32 | -alias onos-setup-cell ' ( $ONOS_ROOT/tools/test/bin/onos-show-cell \!^ ) && setenv ONOS_CELL \!^' | 32 | +alias onos-setup-cell ' ( env ONOS_CELL=\!^ $ONOS_ROOT/tools/test/bin/onos-show-cell \!^ ) && setenv ONOS_CELL \!^' |
33 | 33 | ||
34 | set path=( $path $ONOS_ROOT/tools/dev/bin $ONOS_ROOT/tools/test/bin ) | 34 | set path=( $path $ONOS_ROOT/tools/dev/bin $ONOS_ROOT/tools/test/bin ) |
35 | set path=( $path $ONOS_ROOT/tools/build ) | 35 | set path=( $path $ONOS_ROOT/tools/build ) | ... | ... |
... | @@ -40,7 +40,6 @@ fi | ... | @@ -40,7 +40,6 @@ fi |
40 | # Load the cell setup | 40 | # Load the cell setup |
41 | . $ONOS_ROOT/tools/test/cells/${cell} | 41 | . $ONOS_ROOT/tools/test/cells/${cell} |
42 | 42 | ||
43 | -echo "ONOS_CELL=${ONOS_CELL}" | ||
44 | echo "ONOS_NIC=${ONOS_NIC}" | 43 | echo "ONOS_NIC=${ONOS_NIC}" |
45 | for n in {0..9}; do | 44 | for n in {0..9}; do |
46 | ocn="OC${n}" | 45 | ocn="OC${n}" | ... | ... |
-
Please register or login to post a comment