Bug 5350: Add feature for manual-maps 98/35398/3
authorjensenzhang <jingxuan.n.zhang@gmail.com>
Thu, 25 Feb 2016 14:19:09 +0000 (22:19 +0800)
committerjensenzhang <jingxuan.n.zhang@gmail.com>
Mon, 29 Feb 2016 07:11:04 +0000 (15:11 +0800)
commitfdf3af1d2b1bb635c19da46fd125442af6a7f7dd
tree30b97207e49af14d1ede8b2bfce26052a92f28f2
parentef1e7cdb5091cef6a44a99c6c302301e374efb0f
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/nbr-endpointcost-create [changed mode: 0644->0755]
test/scripts/northbound/query-nbr-costmap [changed mode: 0644->0755]
test/scripts/northbound/query-nbr-endpointcost [changed mode: 0644->0755]