commit | a151274009d264d0159022722088b67898805809 | [log] [tgz] |
---|---|---|
author | tom <tom@onlab.us> | Wed Oct 08 12:33:01 2014 -0700 |
committer | tom <tom@onlab.us> | Wed Oct 08 12:33:01 2014 -0700 |
tree | 8240df346c5ac95dbfffc8043ada54772fe5536d | |
parent | 3efce54e1b12bc59b5862907e3ef2b722cacff02 [diff] |
Added topo launcher.
diff --git a/tools/test/topos/tt.py b/tools/test/topos/tt.py new file mode 100644 index 0000000..b74d446 --- /dev/null +++ b/tools/test/topos/tt.py
@@ -0,0 +1,5 @@ +#!/usr/bin/python +# Launches mininet with Tower topology configuration. +import sys, tower +net = tower.Tower(cip=sys.argv[1]) +net.run()