Re: [Ryu-devel] [PATCH] ut/ovs: Add UT using Docker for ryu.lib.ovs

2016-10-28 Thread FUJITA Tomonori
On Thu, 27 Oct 2016 10:39:24 +0900 Iwase Yusuke wrote: >> Great! But running this unconditionally with Docker installed sounds >> too big burden. How about having this as a script for CI instead of >> UT? > > This UT will be skipped if Docker has not been installed, but still > burden? > Also, t

Re: [Ryu-devel] [PATCH v2 0/5] packet/bgp: Add PMSI Tunnel Attribute

2016-10-28 Thread FUJITA Tomonori
On Thu, 27 Oct 2016 09:55:17 +0900 Shinpei Muraoka wrote: > The following patch implements some extensions > for PMSI Tunnel Attribute. > > v2: Fix conflict points > > Shinpei Muraoka (5): > lib/ip: Add method to convert the format of Ipv4 or Ipv6 > packet/mpls: Add method to convert the fo

Re: [Ryu-devel] [PATCH v5 0/4] Add scenario test for ryu bgp

2016-10-28 Thread FUJITA Tomonori
On Fri, 28 Oct 2016 09:10:16 +0900 fumihiko kakuma wrote: > fumihiko kakuma (4): > Add bgp scenario tests tool > Add bgp scenario tests > Add scripts which install a dependency package > Enable to run a scnario test for ryu bgp on travis Applied, thanks! This test will be executed with

Re: [Ryu-devel] [PATCH v5 1/4] Add bgp scenario tests tool

2016-10-28 Thread fumihiko kakuma
I've found the following typo in this my patch. Please merge this to the patch. --- ryu/tests/integrated/common/docker_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ryu/tests/integrated/common/docker_base.py b/ryu/tests/integrated/common/docker_base.py index 07461b

Re: [Ryu-devel] Ryu controller refused openvswitch

2016-10-28 Thread Shinpei Muraoka
Hi, > Why? What should i do to solve this question? There may be a problem with the destination port. Please execute the following command. $ ryu-manager --verbose --ofp-tcp-listen-port 6653 If Ryu can connect to the OVS, the following log is output.