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-
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
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
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 ?
>
>
> --
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.
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
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.