From: stevenvanrossem Date: Mon, 22 Feb 2016 09:14:18 +0000 (+0100) Subject: fix unit test and start Ryu from DCNetwork init X-Git-Tag: v3.1~175^2 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=commitdiff_plain;h=5ac21dc2f5fe59f84c68937b19dd094b14fcbddf fix unit test and start Ryu from DCNetwork init --- diff --git a/emuvim/example_topology.py b/emuvim/example_topology.py index 5c459ce..eba751c 100755 --- a/emuvim/example_topology.py +++ b/emuvim/example_topology.py @@ -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()