Removed linkstate dependency from bgp-parser-impl. 52/15652/1
authorDana Kutenicsova <dkutenic@cisco.com>
Tue, 24 Feb 2015 09:05:10 +0000 (10:05 +0100)
committerDana Kutenicsova <dkutenic@cisco.com>
Tue, 24 Feb 2015 09:05:10 +0000 (10:05 +0100)
commit06a935285cde00d97f01cdb1c80326f841a0de43
tree81ee3442bf3804928c1f6902c45af09768ea6acd
parent49743f8512051bcd63c8e388de36ff309e94a96c
Removed linkstate dependency from bgp-parser-impl.

Change-Id: Ibe2cf3b6d27514518d1cf015159ccc19a4ce9379
Signed-off-by: Dana Kutenicsova <dkutenic@cisco.com>
17 files changed:
bgp/linkstate/pom.xml
bgp/linkstate/src/test/java/org/opendaylight/protocol/bgp/linkstate/ParserTest.java [new file with mode: 0644]
bgp/linkstate/src/test/resources/up1.bin [moved from bgp/parser-impl/src/test/resources/up8.bin with 100% similarity]
bgp/linkstate/src/test/resources/up2.bin [new file with mode: 0644]
bgp/linkstate/src/test/resources/up3.bin [moved from bgp/parser-impl/src/test/resources/up10.bin with 100% similarity]
bgp/linkstate/src/test/resources/up4.bin [moved from bgp/parser-impl/src/test/resources/up14.bin with 100% similarity]
bgp/parser-impl/pom.xml
bgp/parser-impl/src/test/java/org/opendaylight/protocol/bgp/parser/impl/BGPParserTest.java
bgp/parser-impl/src/test/java/org/opendaylight/protocol/bgp/parser/impl/ComplementaryTest.java
bgp/parser-impl/src/test/java/org/opendaylight/protocol/bgp/parser/impl/ParserTest.java
bgp/parser-impl/src/test/resources/up11.bin [deleted file]
bgp/parser-impl/src/test/resources/up12.bin [deleted file]
bgp/parser-impl/src/test/resources/up13.bin [deleted file]
bgp/parser-impl/src/test/resources/up15.bin [deleted file]
bgp/parser-impl/src/test/resources/up16.bin [deleted file]
bgp/parser-impl/src/test/resources/up17.bin [deleted file]
bgp/parser-impl/src/test/resources/up9.bin [deleted file]