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