Unit test for Ipv4NlriParser 77/22977/8
authorIveta Halanova <iveta.halanova@pantheon.sk>
Wed, 17 Jun 2015 05:26:38 +0000 (07:26 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 14 Jul 2015 21:19:05 +0000 (21:19 +0000)
commit3438b822207b2b2197e70ccc769dea72cf565c47
tree1c6bac09666fc41708f28e982320fe4a49cc7cfe
parent764db9897abcf2901d4c385b20ef5ec4b58ed780
Unit test for Ipv4NlriParser

created Ipv4NlriParserTest
correction of:
- check of nlri instance type
- serialize nlri in <length, prefix> order

Change-Id: I00c06b352aabe4eb94a492c737377ec1efefec99
Signed-off-by: Iveta Halanova <iveta.halanova@pantheon.sk>
(cherrypicked from fe956c3355f88b3b4a12ae512ac45d00777e3abf)
bgp/parser-impl/src/main/java/org/opendaylight/protocol/bgp/parser/impl/message/update/Ipv4NlriParser.java
bgp/parser-impl/src/test/java/org/opendaylight/protocol/bgp/parser/impl/Ipv4NlriParserTest.java [new file with mode: 0644]