fix unit test and start Ryu from DCNetwork init
authorstevenvanrossem <steven.vanrossem@intec.ugent.be>
Mon, 22 Feb 2016 09:14:18 +0000 (10:14 +0100)
committerstevenvanrossem <steven.vanrossem@intec.ugent.be>
Mon, 22 Feb 2016 09:14:18 +0000 (10:14 +0100)
emuvim/example_topology.py

index 5c459ce..eba751c 100755 (executable)
@@ -109,8 +109,6 @@ def create_topology1():
     net.start()
     net.CLI()
     # when the user types exit in the CLI, we stop the emulator
-    # we need to explicitly stop the monitoring api, so the Ryu controller is also terminated
-    #mon_api.stop()
     net.stop()