aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/tools/test/topos/onos.py
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/onos/tools/test/topos/onos.py')
-rwxr-xr-xframework/src/onos/tools/test/topos/onos.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/src/onos/tools/test/topos/onos.py b/framework/src/onos/tools/test/topos/onos.py
index ae6045e3..f9d4ba23 100755
--- a/framework/src/onos/tools/test/topos/onos.py
+++ b/framework/src/onos/tools/test/topos/onos.py
@@ -31,7 +31,7 @@ class ONOS( Controller ):
Controller.__init__( self, name, **kwargs )
# the following have been done for us:
#self.ip = ip ('127.0.0.1')
- #self.port = port (6633)
+ #self.port = port (6653)
#self.protocol = protocol ('tcp')
#self.checkListening()