[Emu] Changes default OpenFlow port to 6653.

Change-Id: Ib1cf28579e42d5dc136d0b81eec1d317e372aac8
diff --git a/tools/test/topos/solar.py b/tools/test/topos/solar.py
index ea11b66..f316162 100644
--- a/tools/test/topos/solar.py
+++ b/tools/test/topos/solar.py
@@ -23,7 +23,7 @@
         # 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)