commit | caf3bf784a0b62998f6b40c6df1c3e43fd559abc | [log] [tgz] |
---|---|---|
author | tom <tom@onlab.us> | Tue Sep 23 13:20:53 2014 -0700 |
committer | tom <tom@onlab.us> | Tue Sep 23 13:20:53 2014 -0700 |
tree | 31173e5765dfd13a35d098470f21408ba0aab15d | |
parent | 50d401fe1be63bde7f13ca8d3d2dd1a77f7c5b5a [diff] [blame] |
Added onos-test. Refactored the CLI classes.
diff --git a/tools/dev/bash_profile b/tools/dev/bash_profile index 94bb578..328f5f4 100644 --- a/tools/dev/bash_profile +++ b/tools/dev/bash_profile
@@ -30,6 +30,7 @@ # Short-hand for ONOS build from the top of the source tree. alias ob='o && mvn clean install javadoc:aggregate' +alias ot='onos-test' # Short-hand for tailing the ONOS (karaf) log alias tl='$ONOS_ROOT/tools/dev/watchLog'