Re: [Ryu-devel] [PATCH v3 00/12] openstack: fixes race condition

2013-07-12 Thread FUJITA Tomonori
On Fri, 12 Jul 2013 22:45:36 +0800 Wei-Ting Lin wrote: > > > I wait for the confirmation that this fixes the reported bug. > > > > Wei-Ting Lin, I pushed the branch for your convenience at > > git://github.com/yamahata/ryu.git race-fix-july-12-2013 > > > > > Thanks, > The branch(race-fix-july-12-

Re: [Ryu-devel] [PATCH v3 00/12] openstack: fixes race condition

2013-07-12 Thread Wei-Ting Lin
2013/7/12 Isaku Yamahata > On Fri, Jul 12, 2013 at 07:27:37AM +0900, FUJITA Tomonori wrote: > > On Wed, 10 Jul 2013 18:35:02 +0900 > > Isaku Yamahata wrote: > > > > > This patch addresses race condition with openstack which causes in > exceptions. > > > > > > Changes v2 -> v3: > > > - clean up o

Re: [Ryu-devel] run_tests_with_ovs12.py failed for No such file or director

2013-07-12 Thread YAMADA Hideki
Hi, Maybe there is no venv. Try "./run_tests.sh -i" instead of direct execution. It will create venv automatically. (2013/07/12 17:13), xiaohang wrote: > Hi,all > > > When I run the test run_tests_with_ovs12.py, get the below error: > could you tell me how to modify this error? > > > and ,are

Re: [Ryu-devel] OFPMeterMod support

2013-07-12 Thread Isaku Yamahata
Can you please check the patch I sent out? http://thread.gmane.org/gmane.network.ryu.devel/3467 On Fri, Jul 12, 2013 at 06:48:09AM +, Abhimanyu wrote: > Does the current ryu code support OFPMeterMod() messages ? > > > --

[Ryu-devel] [PATCH 1/2] Send MeterMod messages

2013-07-12 Thread Isaku Yamahata
From: Philipp Aeschlimann Signed-off-by: Philipp Aeschlimann --- ryu/ofproto/ofproto_v1_3_parser.py | 92 ++-- 1 file changed, 88 insertions(+), 4 deletions(-) diff --git a/ryu/ofproto/ofproto_v1_3_parser.py b/ryu/ofproto/ofproto_v1_3_parser.py index 7c28065.

[Ryu-devel] [PATCH 2/2] ofproto v1.3: implement MeterBand parsers

2013-07-12 Thread Isaku Yamahata
Signed-off-by: Isaku Yamahata --- ryu/ofproto/ofproto_v1_3_parser.py | 42 1 file changed, 33 insertions(+), 9 deletions(-) diff --git a/ryu/ofproto/ofproto_v1_3_parser.py b/ryu/ofproto/ofproto_v1_3_parser.py index d553c28..0d26e08 100644 --- a/ryu/ofproto

[Ryu-devel] run_tests_with_ovs12.py failed for No such file or director

2013-07-12 Thread xiaohang
Hi,all When I run the test run_tests_with_ovs12.py, get the below error: could you tell me how to modify this error? and ,are there any document about how to using the run_tests.py and using the mininet directory under the tests directory? File "/usr/lib/python2.7/dist-packages/nose/tools.