blob: 2c80bd29a50e3a77d71e38441d315a6f4b29a7de [file] [log] [blame]
Thomas Vachuska81412642018-08-06 17:07:36 -07001#!/bin/bash
2# -----------------------------------------------------------------------------
3# Tool to perform a cell-based remote stc test using a borrowed test cell.
4# -----------------------------------------------------------------------------
5
6# Check environment
7[ -z "$OCN" ] && echo "Cell environment not established" && exit 1
8
9ssh -t -t $ONOS_USER@$OCN "
10 source ~/.bash_aliases
11 cd \$ONOS_ROOT
12 stc $@
13"