Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
8a86db24df11f0ba4cf3c289e6e9ea691e2aa455
/
.
/
tools
/
test
/
topos
/
dual-onos.py
blob: b0b92ed1a40d10919bb4345d75cf64963d527678 [
file
] [
log
] [
blame
]
#!/usr/bin/python
from
onosnet
import
run
from
dual
import
DualTopo
run
(
DualTopo
()
)