Hi, The tree doesn't pass integrated tests. Event-loop thread of context instance doesn't seem to start.
https://github.com/yamahata/ryu/commit/16fe17b84f27ef19486c290b9ff0b22b6699ded6 diff --git a/ryu/base/app_manager.py b/ryu/base/app_manager.py index 1250299..6f2b54d 100644 --- a/ryu/base/app_manager.py +++ b/ryu/base/app_manager.py @@ -292,6 +292,9 @@ class AppManager(object): for app in self.applications.values(): app.start() + for context in self.contexts.values(): + context.start() + @staticmethod def _close(app): close_method = getattr(app, 'close', None) (2013/05/01 17:31), Isaku Yamahata wrote: > Hi. > I uploaded the VRRP v3 patch at > git://github.com/yamahata/ryu.git vrrp-may-01-2013 > > Changes v2 -> v3: > - preempt_delay support > - code clean up > - more sample/tests > > thanks, > ------------------------------------------------------------------------------ AlienVault Unified Security Management (USM) platform delivers complete security visibility with the essential security capabilities. Easily and efficiently configure, manage, and operate all of your security controls from a single console and one unified framework. Download a free trial. http://p.sf.net/sfu/alienvault_d2d _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
