aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/tools/test/topos/solar.py
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/onos/tools/test/topos/solar.py')
-rw-r--r--framework/src/onos/tools/test/topos/solar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/src/onos/tools/test/topos/solar.py b/framework/src/onos/tools/test/topos/solar.py
index ea11b664..f316162a 100644
--- a/framework/src/onos/tools/test/topos/solar.py
+++ b/framework/src/onos/tools/test/topos/solar.py
@@ -23,7 +23,7 @@ class Solar(object):
# We are creating the controller with local-loopback on purpose to avoid
# having the switches connect immediately. Instead, we'll set controller
# explicitly for each switch after configuring it as we want.
- self.ctrls = [ RemoteController(cname, cip, 6633) for cip in cips ]
+ self.ctrls = [ RemoteController(cname, cip, 6653) for cip in cips ]
self.net = Mininet(controller=RemoteController, switch = OVSKernelSwitch,
build=False)