Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
c63a4f4a3c4e5c6d12145d1d2f92245965a638df
/
.
/
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
()