On Tue, 15 Apr 2014 10:36:48 +0000
ISHIDA Wataru <[email protected]> wrote:
> ISHIDA Wataru (7):
> create bgp directory
> bgp: add IPv6 NLRI, VPNv6 NLRI and Route Target Membership NLRI for
> MPBGP
> bgp: improved packet lib for integration with bgp speaker
> bgp: add bgp exception class
> bgp: use ryu bgp packet library instead of original one
> bgp: remove original bgp packet library
> bgp: fix pep8
Great!
I got the following unittest error and pep8 warnings. Can you recheck?
ERROR: test_json2 (ryu.tests.unit.packet.test_bgp.Test_bgp)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/fujita/git/ryu/ryu/tests/unit/packet/test_bgp.py", line
290, in test_json2
msg2 = bgp.BGPUpdate.from_jsondict(jsondict['BGPUpdate'])
File "/Users/fujita/git/ryu/ryu/lib/stringify.py", line 295, in
from_jsondict
return cls(**dict(kwargs, **additional_args))
TypeError: __init__() got an unexpected keyword argument 'pathattr_map'
Running pep8 ...
ryu/services/protocols/bgp/info_base/vrf.py:217:17: E122 continuation
line missing indentation or outdented
rt_list=vrf_conf.export_rts,
soo_list=vrf_conf.soo_list)
^
ryu/services/protocols/bgp/operator/views/bgp.py:14:1: E302 expected 2
blank lines, found 1
class CoreServiceDetailView(OperatorDetailView):
^
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel