From 5ac21dc2f5fe59f84c68937b19dd094b14fcbddf Mon Sep 17 00:00:00 2001 From: stevenvanrossem Date: Mon, 22 Feb 2016 10:14:18 +0100 Subject: [PATCH] fix unit test and start Ryu from DCNetwork init --- emuvim/example_topology.py | 2 -- 1 file changed, 2 deletions(-) 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() -- 2.17.1