On Thu, 4 Apr 2013 12:07:10 +0900 YAMAMOTO Takashi <[email protected]> wrote:
> merely folded patches as requested by fujita-san. > > YAMAMOTO Takashi (2): > add a threading hub module > sweep the tree to change from gevent to ryu.lib.hub > > bin/ryu-manager | 11 ++--- > ryu/app/quantum_adapter.py | 4 -- > ryu/app/simple_vlan.py | 4 +- > ryu/app/tunnel_port_updater.py | 10 ++-- > ryu/app/wsgi.py | 4 +- > ryu/base/app_manager.py | 10 ++-- > ryu/controller/controller.py | 15 +++--- > ryu/lib/hub.py | 90 > ++++++++++++++++++++++++++++++++++ > ryu/lib/ofctl_v1_0.py | 8 +-- > ryu/lib/ofctl_v1_2.py | 8 +-- > ryu/lib/ovs/vsctl.py | 4 +- > ryu/tests/integrated/test_of_config.py | 4 +- > ryu/tests/unit/lib/test_hub.py | 55 +++++++++++++++++++++ > ryu/topology/dumper.py | 43 ++++++++-------- > ryu/topology/switches.py | 14 +++--- > setup.cfg | 2 +- > tools/pip-requires | 2 +- > 17 files changed, 212 insertions(+), 76 deletions(-) > create mode 100644 ryu/lib/hub.py > create mode 100644 ryu/tests/unit/lib/test_hub.py Seems that this can't pass our jenkins testings. ------------------------------------------------------------------------------ Minimize network downtime and maximize team effectiveness. Reduce network management and security costs.Learn how to hire the most talented Cisco Certified professionals. Visit the Employer Resources Portal http://www.cisco.com/web/learning/employer_resources/index.html _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
