1) Feature Tests Pass: https://jenkins.opendaylight.org/releng/view/topoprocessing/job/topoprocessing-merge-master/13/
2) Features Comply with Guidelines: https://git.opendaylight.org/gerrit/gitweb?p=topoprocessing.git;a=blob;f=features/src/main/resources/features.xml
a) Feature Names: Prefixed with 'odl-' : odl-topoprocessing-all
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-topoprocessing-all
b) feature:install odl-integration-compatible-with-all
4) Integration Test Impact - none
Change-Id: I60734ea53ff3efb66dbc25225277f006171d193d
Signed-off-by: Michal Polkorab <michal.polkorab@pantheon.sk>
<type>xml</type>
</dependency>
+ <dependency>
+ <groupId>org.opendaylight.topoprocessing</groupId>
+ <artifactId>features-topoprocessing</artifactId>
+ <version>${feature.topoprocessing.version}</version>
+ <classifier>features</classifier>
+ <type>xml</type>
+ </dependency>
+
<!-- test to validate features.xml -->
<dependency>
<repository>mvn:org.opendaylight.snbi/features-snbi/${feature.snbi.version}/xml/features</repository>
<repository>mvn:org.opendaylight.snmp4sdn/features-snmp4sdn/0.2.0-SNAPSHOT/xml/features</repository>
<repository>mvn:org.opendaylight.tcpmd5/features-tcpmd5/${feature.tcpmd5.version}/xml/features</repository>
+ <repository>mvn:org.opendaylight.topoprocessing/features-topoprocessing/${feature.topoprocessing.version}/xml/features</repository>
<repository>mvn:org.opendaylight.ttp/features-ttp/${feature.ttp.version}/xml/features</repository>
<repository>mvn:org.opendaylight.vtn/features-vtn-manager/${feature.vtn-manager.version}/xml/features</repository>
</features>
<feature version='0.1.0-SNAPSHOT'>odl-sfclisp</feature>
<feature version='0.1.0-SNAPSHOT'>odl-sfcofl2</feature>
<feature version='${feature.snbi.version}'>odl-snbi-all</feature>
+ <feature version='${feature.topoprocessing.version}'>odl-topoprocessing-all</feature>
<feature version='${feature.ttp.version}'>odl-ttp-all</feature>
<feature version='0.2.0-SNAPSHOT'>odl-snmp4sdn-all</feature>
<feature version='${feature.tcpmd5.version}'>odl-tcpmd5-all</feature>
<feature.packetcable.version>1.2.0-SNAPSHOT</feature.packetcable.version>
<feature.plugin2oc.version>0.2.0-SNAPSHOT</feature.plugin2oc.version>
<feature.tcpmd5.version>1.1.0-SNAPSHOT</feature.tcpmd5.version>
+ <feature.topoprocessing.version>0.0.1-SNAPSHOT</feature.topoprocessing.version>
<karaf.branding.version>1.1.0-SNAPSHOT</karaf.branding.version>
<karaf.version>3.0.1</karaf.version>
<maven.surefire.version>2.16</maven.surefire.version>