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