aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/tools/test/topos/optical2.py
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/onos/tools/test/topos/optical2.py')
-rw-r--r--framework/src/onos/tools/test/topos/optical2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/src/onos/tools/test/topos/optical2.py b/framework/src/onos/tools/test/topos/optical2.py
index 36cdbadd..b778592c 100644
--- a/framework/src/onos/tools/test/topos/optical2.py
+++ b/framework/src/onos/tools/test/topos/optical2.py
@@ -69,7 +69,7 @@ topos = {'optical': ( lambda: OpticalTopo() )}
def run():
- c = RemoteController('c','127.0.0.1',6633)
+ c = RemoteController('c','127.0.0.1',6653)
net = Mininet( topo=OpticalTopo(),controller=None,autoSetMacs=True)
net.addController(c)
net.start()