Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
4b0ca2cfb1670e7d62e61c019dcfdc09665e948c
/
.
/
tools
/
test
/
topos
/
tt.py
blob: b74d446ff356054ff2466dff2a0cd0c789918169 [
file
] [
log
] [
blame
]
#!/usr/bin/python
# Launches mininet with Tower topology configuration.
import
sys
,
tower
net
=
tower
.
Tower
(
cip
=
sys
.
argv
[
1
])
net
.
run
()