commit | 126852b3f1c08ca4fcca2d1815acbb56d1b9de26 | [log] [tgz] |
---|---|---|
author | tom <tom@onlab.us> | Mon Sep 22 22:34:01 2014 -0700 |
committer | tom <tom@onlab.us> | Mon Sep 22 22:34:01 2014 -0700 |
tree | 83b246530722ba3755bcacb55ea84fa691ad94dd | |
parent | 2d7acb7da0105aff6d1796e482b572765f733994 [diff] [blame] |
Added a number of test tools.
diff --git a/tools/dev/bash_profile b/tools/dev/bash_profile index a863004..8304bb2 100644 --- a/tools/dev/bash_profile +++ b/tools/dev/bash_profile
@@ -46,10 +46,7 @@ # Test related conveniences # SSH to a specified ONOS instance -function sshctl { - [ -n "$1" ] && OCI=$1 && shift - ssh -Y sdn@$OCI "$@" -} +alias sshctl=onos-ssh # Applies the settings in the specified cell file or lists current cell definition # if no cell file is given.