Adding features: odl-didm-hp3800 to integration bundle. 78/27778/9
authorAnandhi Manikantan <anandhi.manikantan@hpe.com>
Fri, 2 Oct 2015 00:11:37 +0000 (17:11 -0700)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 20 Oct 2015 03:36:56 +0000 (03:36 +0000)
Tested and verified that the integration test cases are passed with latest config file changes in didm project for hp-3800-impl

1) Feature Tests Pass:  https://jenkins.opendaylight.org/releng/job/didm-merge-beryllium/33/
2) Features Comply with Guidelines: https://git.opendaylight.org/gerrit/gitweb?p=didm.git;a=blob;f=features/src/main/features/features.xml
        a) Feature Names: Prefixed with 'odl-' : odl-didm-hp3800
        b) Features Descriptions: Present
        c) Features Start-Levels: No start-levels on <bundle> elements or <feature> elements
3) Features Tested: Features have been tested for functionality with
        a) feature:install  odl-didm-hp3800
        b) feature:install  odl-didm-hp3800, odl-integration-compatible-with-all
4) Integration Test Impact - none.

Change-Id: I481e6ababcaa6784af33fcad0245cf2ea2841f93
Signed-off-by: Anandhi Manikantan <anandhi.manikantan@hpe.com>
features/index/pom.xml
features/index/src/main/resources/features.xml
features/test/src/main/resources/features.xml

index 4fb416305c810a7b83f5397d4832acbe0694336a..5fad75eb63e8a480f7a1b876cc139c89e628233f 100644 (file)
       <classifier>features</classifier>
       <type>xml</type>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.didm.hp</groupId>
+      <artifactId>features-hp</artifactId>
+      <version>${didm.version}</version>
+      <classifier>features</classifier>
+      <type>xml</type>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.dlux</groupId>
       <artifactId>features-dlux</artifactId>
index fb0fe6c58c8537b4b80406e6ae72ff0b05a94135..ee5b7682206a6bb237c8466d498af1438e3fdefc 100644 (file)
@@ -46,6 +46,7 @@
     <repository>mvn:org.opendaylight.controller/features-nsf/${feature.nsf.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.coretutorials/dsbenchmark-features/${feature.coretutorials.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.didm/didm-features/${didm.version}/xml/features</repository>
+    <repository>mvn:org.opendaylight.didm.hp/features-hp/${didm.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.dlux/features-dlux/${feature.dlux.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.groupbasedpolicy/features-groupbasedpolicy/${feature.groupbasedpolicy.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.iotdm/onem2m-features/${feature.iotdm.version}/xml/features</repository>
index d6488b2f40a8acb3dcae076f4129625efd497a28..4dfa69a9f8274a8f78b5bd1e21a367a38b6e5e46 100644 (file)
@@ -73,6 +73,7 @@
         <feature version='${didm.version}'>odl-didm-identification-api</feature>
         <feature version='${didm.version}'>odl-didm-identification</feature>
         <feature version='${didm.version}'>odl-didm-drivers-api</feature>
+        <feature version='${didm.version}'>odl-didm-hp3800</feature>
         <feature version='${feature.dlux.version}'>odl-dlux-core</feature>
         <feature version='${feature.coretutorials.version}'>odl-dsbenchmark-impl</feature>
         <feature version='${feature.lispflowmapping.version}'>odl-lispflowmapping-msmr</feature>