tom

Tweaking onos-* test scripts.

#!/bin/bash
#-------------------------------------------------------------------------------
# ONOS remote command-line client
#-------------------------------------------------------------------------------
[ -n "$1" ] && OCI=$1 && shift
client -h $OCI "$@"