On Wed, 25 May 2016 15:27:33 +0900 IWASE Yusuke <[email protected]> wrote:
> The following patches improves Pylint result of ryu/lib/packet/bgp > and updates the unit tests of it. > Also, these patches contains the updates of test-requires. > > IWASE Yusuke (5): > test-requires: Add tinyrpc for RPC controller in wsgi > test-requires: Update to use the latest Pylint > bgp: fix typos > packet/bgp: Reduce Pylint warnings > test_bgp: Enable to test parser with pcap file > > ryu/lib/packet/bgp.py | 140 > ++++++++++++++----------- > ryu/lib/packet/safi.py | 2 +- > ryu/tests/packet_data/bgp4/bgp4-keepalive | Bin 19 -> 0 bytes > ryu/tests/packet_data/bgp4/bgp4-keepalive.pcap | Bin 0 -> 113 bytes > ryu/tests/packet_data/bgp4/bgp4-open | Bin 53 -> 0 bytes > ryu/tests/packet_data/bgp4/bgp4-open.pcap | Bin 0 -> 147 bytes > ryu/tests/packet_data/bgp4/bgp4-update | Bin 52 -> 0 bytes > ryu/tests/packet_data/bgp4/bgp4-update.pcap | Bin 0 -> 146 bytes > ryu/tests/unit/packet/test_bgp.py | 25 +++-- > tools/test-requires | 3 +- > 10 files changed, 96 insertions(+), 74 deletions(-) > delete mode 100644 ryu/tests/packet_data/bgp4/bgp4-keepalive > create mode 100644 ryu/tests/packet_data/bgp4/bgp4-keepalive.pcap > delete mode 100644 ryu/tests/packet_data/bgp4/bgp4-open > create mode 100644 ryu/tests/packet_data/bgp4/bgp4-open.pcap > delete mode 100644 ryu/tests/packet_data/bgp4/bgp4-update > create mode 100644 ryu/tests/packet_data/bgp4/bgp4-update.pcap Applied, thanks. ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
