commit | 9ac244b390066bac478d96bbeff558cb84a1821e | [log] [tgz] |
---|---|---|
author | Thomas Vachuska <tom@onlab.us> | Mon Mar 20 16:03:33 2017 -0700 |
committer | Thomas Vachuska <tom@onlab.us> | Mon Mar 20 17:10:32 2017 -0700 |
tree | 9d06f203589902e42cc67c574fc57d3a8deceff8 | |
parent | 9011dfe7bde374d92738a39b2bd83a09e0e70de0 [diff] [blame] |
Enabling execution of STC on a remote proxy Change-Id: Id7fb8a9b23c27a59f39f01ba1a512344572e1fa0 TBD: tmux/mosh integration
diff --git a/tools/test/bin/onos-push-test-bits b/tools/test/bin/onos-push-test-bits index 927d157..1965643 100755 --- a/tools/test/bin/onos-push-test-bits +++ b/tools/test/bin/onos-push-test-bits
@@ -6,7 +6,7 @@ [ ! -d "$ONOS_ROOT" ] && echo "ONOS_ROOT is not defined" >&2 && exit 1 . $ONOS_ROOT/tools/build/envDefaults -node=${1:-$OCI} +node=${1:-$OCN} remote=$ONOS_USER@$node scp -q $ONOS_TEST_TAR $remote:/tmp