aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/tools/test/topos/topo
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/onos/tools/test/topos/topo')
-rwxr-xr-xframework/src/onos/tools/test/topos/topo10
1 files changed, 0 insertions, 10 deletions
diff --git a/framework/src/onos/tools/test/topos/topo b/framework/src/onos/tools/test/topos/topo
deleted file mode 100755
index 854de504..00000000
--- a/framework/src/onos/tools/test/topos/topo
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-# -----------------------------------------------------------------------------
-# Starts the specified mininet topology.
-# -----------------------------------------------------------------------------
-cd $(dirname $0)
-
-topo=${1:-att-onos.py}
-
-[ -n "$1" ] && shift
-sudo python $topo "$@"