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