summaryrefslogtreecommitdiffstats
path: root/framework/src/onos/tools/test/bin/onos-ssh
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/onos/tools/test/bin/onos-ssh')
-rwxr-xr-xframework/src/onos/tools/test/bin/onos-ssh11
1 files changed, 0 insertions, 11 deletions
diff --git a/framework/src/onos/tools/test/bin/onos-ssh b/framework/src/onos/tools/test/bin/onos-ssh
deleted file mode 100755
index eb6b88e9..00000000
--- a/framework/src/onos/tools/test/bin/onos-ssh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-# -----------------------------------------------------------------------------
-# Logs in to the remote ONOS node.
-# -----------------------------------------------------------------------------
-
-[ ! -d "$ONOS_ROOT" ] && echo "ONOS_ROOT is not defined" >&2 && exit 1
-. $ONOS_ROOT/tools/build/envDefaults
-. $ONOS_ROOT/tools/test/bin/find-node.sh
-
-[ -n "$1" ] && OCI=$(find_node $1) && shift
-ssh -Y $ONOS_USER@$OCI "$@"