BUG-4827: Base Path Selection mode test implementation 52/36552/4
authorClaudio D. Gasparini <cgaspari@cisco.com>
Mon, 21 Mar 2016 09:53:38 +0000 (10:53 +0100)
committerMilos Fabian <milfabia@cisco.com>
Thu, 31 Mar 2016 12:16:57 +0000 (12:16 +0000)
commit8b79e5ab82e00ab554e9873ce7f58d9d28be3853
tree9fedd502d3dbff71cadf798e212fd218fc0284ff
parentbf49276cd0fd06654a0c4440480543f4c5047324
BUG-4827: Base Path Selection mode test implementation

Implementation of test for base path selection mode

Change-Id: I49a29e10a4b01f63e06aea0cb175a6eec6fb5487
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
bgp/path-selection-mode/pom.xml
bgp/path-selection-mode/src/test/java/org/opendaylight/protocol/bgp/mode/impl/AbstractRouteEntryTest.java [new file with mode: 0644]
bgp/path-selection-mode/src/test/java/org/opendaylight/protocol/bgp/mode/impl/base/BaseBestPathTest.java [new file with mode: 0644]
bgp/path-selection-mode/src/test/java/org/opendaylight/protocol/bgp/mode/impl/base/BasePathSelectionModeFactoryTest.java [new file with mode: 0644]
bgp/path-selection-mode/src/test/java/org/opendaylight/protocol/bgp/mode/impl/base/BasePathSelectorTest.java [moved from bgp/path-selection-mode/src/test/java/org/opendaylight/protocol/bgp/mode/impl/base/BestPathSelectorTest.java with 67% similarity]
bgp/path-selection-mode/src/test/java/org/opendaylight/protocol/bgp/mode/impl/base/BaseRouteEntryTest.java [new file with mode: 0644]
bgp/path-selection-mode/src/test/java/org/opendaylight/protocol/bgp/mode/impl/base/OffsetMapTest.java [deleted file]
bgp/rib-impl/src/test/java/org/opendaylight/protocol/bgp/rib/impl/AttributeOperationsTest.java
bgp/rib-impl/src/test/java/org/opendaylight/protocol/bgp/rib/impl/ExportPolicyTest.java
bgp/rib-spi/src/test/java/org/opendaylight/protocol/bgp/rib/spi/RouterIdsTest.java [new file with mode: 0644]