Tweaking onos-* test scripts.
diff --git a/tools/test/bin/onos b/tools/test/bin/onos
new file mode 100755
index 0000000..f8e62dc
--- /dev/null
+++ b/tools/test/bin/onos
@@ -0,0 +1,7 @@
+#!/bin/bash
+#-------------------------------------------------------------------------------
+# ONOS remote command-line client
+#-------------------------------------------------------------------------------
+
+[ -n "$1" ] && OCI=$1 && shift
+client -h $OCI "$@"