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