BUG-4827: N/All Paths Selection Mode test implementation 60/36960/10
authorClaudio D. Gasparini <cgaspari@cisco.com>
Fri, 1 Apr 2016 08:41:35 +0000 (10:41 +0200)
committerMilos Fabian <milfabia@cisco.com>
Tue, 5 Apr 2016 16:28:44 +0000 (16:28 +0000)
commit9ca0037e8777ad537e41e0200f1b6eb9f974aeff
treea3066623973d80f1c4e95970edba6d65ab1cf9fc
parent13488154d277f4554f202b16cc14f2cc4dac260f
BUG-4827: N/All Paths Selection Mode test implementation

Implementation test for All/N Paths Selection Mode.

Change-Id: Ia4b263ebe23c7d470685b0452e7098b21b25f0f6
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
bgp/path-selection-mode/src/test/java/org/opendaylight/controller/config/yang/bgp/path/selection/mode/AdvertiseAllPathsModuleTest.java [new file with mode: 0644]
bgp/path-selection-mode/src/test/java/org/opendaylight/controller/config/yang/bgp/path/selection/mode/AdvertiseNPathsModuleTest.java [new file with mode: 0644]
bgp/path-selection-mode/src/test/java/org/opendaylight/protocol/bgp/mode/impl/AbstractRouteEntryTest.java
bgp/path-selection-mode/src/test/java/org/opendaylight/protocol/bgp/mode/impl/add/all/paths/PathSelectionModeFactoryTest.java [new file with mode: 0644]
bgp/path-selection-mode/src/test/java/org/opendaylight/protocol/bgp/mode/impl/add/all/paths/SimpleRouteEntryTest.java [new file with mode: 0644]
bgp/path-selection-mode/src/test/java/org/opendaylight/protocol/bgp/mode/impl/add/n/paths/PathSelectionModeFactoryTest.java [new file with mode: 0644]
bgp/path-selection-mode/src/test/java/org/opendaylight/protocol/bgp/mode/impl/add/n/paths/SimpleRouteEntryTest.java [new file with mode: 0644]