Fixing test scripts.
diff --git a/tools/dev/bash_profile b/tools/dev/bash_profile
index d5d11bd..821ee43 100644
--- a/tools/dev/bash_profile
+++ b/tools/dev/bash_profile
@@ -28,8 +28,9 @@
# Short-hand for 'mvn clean install' for us lazy folk
alias mci='mvn clean install'
-# Short-hand for ONOS build from the top of the source tree.
-alias ob='o && mvn clean install javadoc:aggregate'
+# Short-hand for ONOS build, package and test.
+alias ob='onos-build'
+alias op='onos-package'
alias ot='onos-test'
# Short-hand for tailing the ONOS (karaf) log