onos/tools/test/bin/onos-gui
Thomas Vachuska 477bf81a06 Switching onos-gui command to use the new GUI.
Change-Id: If3ddaf56c175b58604beee41033d5364d4d3ae1a
2014-11-11 20:54:35 -08:00

10 lines
288 B
Bash
Executable File

#!/bin/bash
# -----------------------------------------------------------------------------
# Launches ONOS GUI on the specified node.
# -----------------------------------------------------------------------------
host=${1:-$OCI}
host=${host:-localhost}
open http://$host:8181/onos/ui