add north-bound-costmap and its test 51/31151/2
authorneal <wukunhenggo@gmail.com>
Thu, 10 Dec 2015 14:45:49 +0000 (22:45 +0800)
committerjensenzhang <jingxuan.n.zhang@gmail.com>
Thu, 31 Dec 2015 04:43:25 +0000 (12:43 +0800)
commit99a52c50195b968b39ca9cf42e278770b9cf5c4a
tree408927125294a2d80e9ba77ec65d198099536dd3
parent0f2e9cbf8938810ee6dbc9ca60689931bb4288f8
add north-bound-costmap and its test

Patch Set 2: Fix checkstyle

Change-Id: I2d4320f72203307e1bf0a10fee82ee5c777a010b
Signed-off-by: neal <wukunhenggo@gmail.com>
Signed-off-by: jensenzhang <jingxuan.n.zhang@gmail.com>
20 files changed:
alto-core/northbound/features/pom.xml
alto-core/northbound/features/src/main/features/features.xml
alto-core/standard-northbound-routes/costmap/api/pom.xml [new file with mode: 0644]
alto-core/standard-northbound-routes/costmap/api/src/main/java/org/opendaylight/alto/core/northbound/route/costmap/AltoNbrCostmapUtils.java [new file with mode: 0644]
alto-core/standard-northbound-routes/costmap/api/src/main/yang/alto-nbr-costmap.yang [new file with mode: 0644]
alto-core/standard-northbound-routes/costmap/impl/pom.xml [new file with mode: 0644]
alto-core/standard-northbound-routes/costmap/impl/src/main/config/default-config.xml [new file with mode: 0644]
alto-core/standard-northbound-routes/costmap/impl/src/main/config/maven-metadata-local.xml [new file with mode: 0644]
alto-core/standard-northbound-routes/costmap/impl/src/main/java/org/opendaylight/alto/core/northbound/route/costmap/impl/AltoNorthboundRouteCostmap.java [new file with mode: 0644]
alto-core/standard-northbound-routes/costmap/impl/src/main/java/org/opendaylight/alto/core/northbound/route/costmap/impl/CostmapRouteChecker.java [new file with mode: 0644]
alto-core/standard-northbound-routes/costmap/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/core/northbound/route/costmap/impl/rev151021/AltoNorthboundRouteCostmapModule.java [new file with mode: 0644]
alto-core/standard-northbound-routes/costmap/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/core/northbound/route/costmap/impl/rev151021/AltoNorthboundRouteCostmapModuleFactory.java [new file with mode: 0644]
alto-core/standard-northbound-routes/costmap/impl/src/main/yang/alto-northbound-route-costmap-impl.yang [new file with mode: 0644]
alto-core/standard-northbound-routes/costmap/pom.xml [new file with mode: 0644]
alto-core/standard-northbound-routes/networkmap/pom.xml
alto-core/standard-northbound-routes/pom.xml
test/scripts/northbound/nbr-costmap-create [new file with mode: 0644]
test/scripts/northbound/query-nbr-costmap [new file with mode: 0644]
test/scripts/northbound/template/costmap-filter [new file with mode: 0644]
test/scripts/northbound/template/nbr-record-costmap [new file with mode: 0644]