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