blob: 2c80bd29a50e3a77d71e38441d315a6f4b29a7de [file] [log] [blame]
#!/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
stc $@
"