Pavlin Radoslavov

Print $ONOS_CELL when running the "onos-show-cell" command.

Change-Id: I31c627d818ae27f7a85fa16622bceae53984be98
......@@ -40,6 +40,7 @@ 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}"
......