Tested and verified that the integration test cases are passed.
1) Feature Tests Pass: https://jenkins.opendaylight.org/releng/job/didm-merge-beryllium/49/ : SUCCESS
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-ovs
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-ovs-all
b) feature:install odl-didm-ovs-all, odl-integration-compatible-with-all
4) Integration Test Impact - none.
Change-Id: I8347112512bcfc5df19b575fcbd0e562e701f819
Signed-off-by: Anandhi <anandhi.manikantan@hpe.com>
<classifier>features</classifier>
<type>xml</type>
</dependency>
+ <dependency>
+ <groupId>org.opendaylight.didm</groupId>
+ <artifactId>features-didm-ovs</artifactId>
+ <version>${didm.version}</version>
+ <classifier>features</classifier>
+ <type>xml</type>
+ </dependency>
<dependency>
<groupId>org.opendaylight.dlux</groupId>
<artifactId>features-dlux</artifactId>
<repository>mvn:org.opendaylight.controller/features-mdsal-benchmark/${feature.benchmark.version}/xml/features</repository>
<repository>mvn:org.opendaylight.didm/features-didm/${didm.version}/xml/features</repository>
<repository>mvn:org.opendaylight.didm/features-didm-hp/${didm.version}/xml/features</repository>
+ <repository>mvn:org.opendaylight.didm/features-didm-ovs/${didm.version}/xml/features</repository>
<repository>mvn:org.opendaylight.dlux/features-dlux/${feature.dlux.version}/xml/features</repository>
<repository>mvn:org.opendaylight.faas/features-faas/${feature.faas.version}/xml/features</repository>
<repository>mvn:org.opendaylight.groupbasedpolicy/features-groupbasedpolicy/${feature.groupbasedpolicy.version}/xml/features</repository>