Thomas Vachuska e76f653a89 Improving net test tools and scenarios.
Change-Id: I2b53fa7b28e1135d2356ae58d4ee8ac35184d9b8
2015-07-09 06:47:53 +00:00

11 lines
299 B
Bash
Executable File

#!/bin/bash
# -----------------------------------------------------------------------------
# Starts the specified mininet topology.
# -----------------------------------------------------------------------------
cd $(dirname $0)
topo=${1:-att-onos.py}
[ -n "$1" ] && shift
sudo python $topo "$@"