onos/tools/dev/bin/cell-stc
Thomas Vachuska 07a367b711 Enhancing cell-stc to utilize the local value of ONOS_APPS variable.
Change-Id: Ida396c96d2fc0359c60d7a3c187b087459949602
2018-08-14 00:13:57 +00:00

15 lines
455 B
Bash
Executable File

#!/bin/bash
# -----------------------------------------------------------------------------
# Tool to perform a cell-based remote stc test using a borrowed test cell.
# -----------------------------------------------------------------------------
# Check environment
[ -z "$OCN" ] && echo "Cell environment not established" && exit 1
ssh -t -t $ONOS_USER@$OCN "
source ~/.bash_aliases
cd \$ONOS_ROOT
export ONOS_APPS=$ONOS_APPS
stc $@
"