Bug 5350: Add feature for manual-maps 32/36932/2
authorjensenzhang <jingxuan.n.zhang@gmail.com>
Thu, 25 Feb 2016 14:19:09 +0000 (22:19 +0800)
committerKai GAO <gaok12@mails.tsinghua.edu.cn>
Thu, 31 Mar 2016 10:32:24 +0000 (18:32 +0800)
commitfc5d81c381f3484839cf4451621ad8361a583fd0
tree7f4d7df8c965ee20515a4abf2a62217a33cddd23
parentdbfcbf07b5c47074db05cf3d4318e85c63ee1a2f
Bug 5350: Add feature for manual-maps

Add the missing feature for manual-maps service. And do some minor
changes:

 - Refine the northbound-route for costmap.

 - Add some test scripts for manual-maps service.

Change-Id: Ifa2a9a1b921f101425af7036f7835a9683f2b816
Signed-off-by: jensenzhang <jingxuan.n.zhang@gmail.com>
alto-basic/manual-maps/api/src/main/yang/alto-costmap-config.yang
alto-basic/manual-maps/impl/src/main/java/org/opendaylight/alto/basic/impl/AltoManualCostmapServiceImpl.java
alto-core/standard-northbound-routes/costmap/impl/src/main/java/org/opendaylight/alto/core/northbound/route/costmap/impl/AltoNorthboundRouteCostmap.java
alto-release-features/pom.xml
alto-release-features/src/main/features/features.xml
test/scripts/manualmaps/create_costmap [new file with mode: 0755]
test/scripts/manualmaps/template/template_costmap [new file with mode: 0644]
test/scripts/northbound/nbr-costmap-create [changed mode: 0644->0755]
test/scripts/northbound/query-nbr-costmap [changed mode: 0644->0755]